Uses of Class
org.apache.xml.security.keys.keyresolver.KeyResolverSpi
-
-
Uses of KeyResolverSpi in org.apache.xml.security.encryption
Fields in org.apache.xml.security.encryption with type parameters of type KeyResolverSpi Modifier and Type Field Description private java.util.List<KeyResolverSpi>XMLCipher. internalKeyResolversList of internal KeyResolvers for DECRYPT and UNWRAP modes.Methods in org.apache.xml.security.encryption with parameters of type KeyResolverSpi Modifier and Type Method Description voidXMLCipher. registerInternalKeyResolver(KeyResolverSpi keyResolver)This method is used to add a customKeyResolverSpito an XMLCipher. -
Uses of KeyResolverSpi in org.apache.xml.security.keys
Fields in org.apache.xml.security.keys with type parameters of type KeyResolverSpi Modifier and Type Field Description private java.util.List<KeyResolverSpi>KeyInfo. internalKeyResolversStores the individual (per-KeyInfo)KeyResolverSpisMethods in org.apache.xml.security.keys that return KeyResolverSpi Modifier and Type Method Description (package private) KeyResolverSpiKeyInfo. itemInternalKeyResolver(int i)Method itemInternalKeyResolverMethods in org.apache.xml.security.keys with parameters of type KeyResolverSpi Modifier and Type Method Description private java.security.cert.X509CertificateKeyInfo. applyCurrentResolver(java.lang.String uri, KeyResolverSpi keyResolver)voidKeyInfo. registerInternalKeyResolver(KeyResolverSpi realKeyResolver)This method is used to add a customKeyResolverSpito a KeyInfo object. -
Uses of KeyResolverSpi in org.apache.xml.security.keys.keyresolver
Fields in org.apache.xml.security.keys.keyresolver declared as KeyResolverSpi Modifier and Type Field Description private KeyResolverSpiKeyResolver. resolverSpiField resolverSpiMethods in org.apache.xml.security.keys.keyresolver that return KeyResolverSpi Modifier and Type Method Description private KeyResolverSpiKeyResolverSpi. cloneIfNeeded()KeyResolverSpiKeyResolver.ResolverIterator. next()Methods in org.apache.xml.security.keys.keyresolver that return types with arguments of type KeyResolverSpi Modifier and Type Method Description static java.util.Iterator<KeyResolverSpi>KeyResolver. iterator()Methods in org.apache.xml.security.keys.keyresolver with parameters of type KeyResolverSpi Modifier and Type Method Description static voidKeyResolver. register(KeyResolverSpi keyResolverSpi, boolean start)This method is used for registeringKeyResolverSpis which are available to allKeyInfoobjects.Constructors in org.apache.xml.security.keys.keyresolver with parameters of type KeyResolverSpi Constructor Description KeyResolver(KeyResolverSpi keyResolverSpi)Constructor. -
Uses of KeyResolverSpi in org.apache.xml.security.keys.keyresolver.implementations
Subclasses of KeyResolverSpi in org.apache.xml.security.keys.keyresolver.implementations Modifier and Type Class Description classDEREncodedKeyValueResolverKeyResolverSpi implementation which resolves public keys from adsig11:DEREncodedKeyValueelement.classDSAKeyValueResolverclassECKeyValueResolverclassEncryptedKeyResolverTheEncryptedKeyResolveris not a generic resolver.classKeyInfoReferenceResolverKeyResolverSpi implementation which resolves public keys, private keys, secret keys, and X.509 certificates from adsig11:KeyInfoReferenceelement.classPrivateKeyResolverResolves a PrivateKey within a KeyStore based on the KeyInfo hints.classRetrievalMethodResolverThe RetrievalMethodResolver can retrieve public keys and certificates from other locations.classRSAKeyValueResolverclassSecretKeyResolverResolves a SecretKey within a KeyStore based on the KeyName.classSingleKeyResolverResolves a single Key based on the KeyName.classX509CertificateResolverResolves Certificates which are directly contained inside ads:X509CertificateElement.classX509DigestResolverKeyResolverSpi implementation which resolves public keys and X.509 certificates from adsig11:X509Digestelement.classX509IssuerSerialResolverclassX509SKIResolverclassX509SubjectNameResolverFields in org.apache.xml.security.keys.keyresolver.implementations with type parameters of type KeyResolverSpi Modifier and Type Field Description private java.util.List<KeyResolverSpi>EncryptedKeyResolver. internalKeyResolversMethods in org.apache.xml.security.keys.keyresolver.implementations with parameters of type KeyResolverSpi Modifier and Type Method Description voidEncryptedKeyResolver. registerInternalKeyResolver(KeyResolverSpi realKeyResolver)This method is used to add a customKeyResolverSpito help resolve the KEK.
-