Uses of Class
org.apache.xml.security.keys.keyresolver.KeyResolverSpi
-
-
Uses of KeyResolverSpi in org.apache.xml.security.encryption
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
Methods in org.apache.xml.security.keys with parameters of type KeyResolverSpi Modifier and Type Method Description 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
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. -
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.classDSAKeyValueResolverclassEncryptedKeyResolverTheEncryptedKeyResolveris 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.classX509IssuerSerialResolverclassX509SKIResolverclassX509SubjectNameResolverMethods 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.
-