public class DEREncodedKeyValueResolver extends KeyResolverSpi
dsig11:DEREncodedKeyValue element.| Constructor and Description |
|---|
DEREncodedKeyValueResolver() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
engineCanResolve(Element element,
String baseURI,
StorageResolver storage)
This method returns whether the KeyResolverSpi is able to perform the requested action.
|
PrivateKey |
engineLookupAndResolvePrivateKey(Element element,
String baseURI,
StorageResolver storage,
boolean secureValidation)
Method engineLookupAndResolvePrivateKey
|
protected PrivateKey |
engineResolvePrivateKey(Element element,
String baseURI,
StorageResolver storage,
boolean secureValidation)
Method engineResolvePrivateKey
|
protected PublicKey |
engineResolvePublicKey(Element element,
String baseURI,
StorageResolver storage,
boolean secureValidation)
Method engineResolvePublicKey
|
protected SecretKey |
engineResolveSecretKey(Element element,
String baseURI,
StorageResolver storage,
boolean secureValidation)
Method engineResolveSecretKey
|
protected X509Certificate |
engineResolveX509Certificate(Element element,
String baseURI,
StorageResolver storage,
boolean secureValidation)
Method engineResolveCertificate
|
engineLookupAndResolvePublicKey, engineLookupAndResolveSecretKey, engineLookupResolveX509Certificate, getDocFromBytesprotected boolean engineCanResolve(Element element, String baseURI, StorageResolver storage)
engineCanResolve in class KeyResolverSpiprotected PublicKey engineResolvePublicKey(Element element, String baseURI, StorageResolver storage, boolean secureValidation) throws KeyResolverException
engineResolvePublicKey in class KeyResolverSpiKeyResolverExceptionprotected X509Certificate engineResolveX509Certificate(Element element, String baseURI, StorageResolver storage, boolean secureValidation) throws KeyResolverException
engineResolveX509Certificate in class KeyResolverSpiKeyResolverExceptionprotected SecretKey engineResolveSecretKey(Element element, String baseURI, StorageResolver storage, boolean secureValidation) throws KeyResolverException
engineResolveSecretKey in class KeyResolverSpiKeyResolverExceptionpublic PrivateKey engineLookupAndResolvePrivateKey(Element element, String baseURI, StorageResolver storage, boolean secureValidation) throws KeyResolverException
engineLookupAndResolvePrivateKey in class KeyResolverSpiKeyResolverExceptionprotected PrivateKey engineResolvePrivateKey(Element element, String baseURI, StorageResolver storage, boolean secureValidation)
engineResolvePrivateKey in class KeyResolverSpiCopyright © 2000–2020 The Apache Software Foundation. All rights reserved.