public final class DOMKeyInfoFactory extends KeyInfoFactory
| Constructor and Description |
|---|
DOMKeyInfoFactory() |
| Modifier and Type | Method and Description |
|---|---|
URIDereferencer |
getURIDereferencer() |
boolean |
isFeatureSupported(String feature) |
KeyInfo |
newKeyInfo(List content) |
KeyInfo |
newKeyInfo(List content,
String id) |
KeyName |
newKeyName(String name) |
KeyValue |
newKeyValue(PublicKey key) |
PGPData |
newPGPData(byte[] keyId) |
PGPData |
newPGPData(byte[] keyId,
byte[] keyPacket,
List other) |
PGPData |
newPGPData(byte[] keyPacket,
List other) |
RetrievalMethod |
newRetrievalMethod(String uri) |
RetrievalMethod |
newRetrievalMethod(String uri,
String type,
List transforms) |
X509Data |
newX509Data(List content) |
X509IssuerSerial |
newX509IssuerSerial(String issuerName,
BigInteger serialNumber) |
KeyInfo |
unmarshalKeyInfo(XMLStructure xmlStructure) |
getInstance, getInstance, getInstance, getInstance, getMechanismType, getProviderpublic KeyInfo newKeyInfo(List content)
newKeyInfo in class KeyInfoFactorypublic KeyInfo newKeyInfo(List content, String id)
newKeyInfo in class KeyInfoFactorypublic KeyName newKeyName(String name)
newKeyName in class KeyInfoFactorypublic KeyValue newKeyValue(PublicKey key) throws KeyException
newKeyValue in class KeyInfoFactoryKeyExceptionpublic PGPData newPGPData(byte[] keyId)
newPGPData in class KeyInfoFactorypublic PGPData newPGPData(byte[] keyId, byte[] keyPacket, List other)
newPGPData in class KeyInfoFactorypublic PGPData newPGPData(byte[] keyPacket, List other)
newPGPData in class KeyInfoFactorypublic RetrievalMethod newRetrievalMethod(String uri)
newRetrievalMethod in class KeyInfoFactorypublic RetrievalMethod newRetrievalMethod(String uri, String type, List transforms)
newRetrievalMethod in class KeyInfoFactorypublic X509Data newX509Data(List content)
newX509Data in class KeyInfoFactorypublic X509IssuerSerial newX509IssuerSerial(String issuerName, BigInteger serialNumber)
newX509IssuerSerial in class KeyInfoFactorypublic boolean isFeatureSupported(String feature)
isFeatureSupported in class KeyInfoFactorypublic URIDereferencer getURIDereferencer()
getURIDereferencer in class KeyInfoFactorypublic KeyInfo unmarshalKeyInfo(XMLStructure xmlStructure) throws MarshalException
unmarshalKeyInfo in class KeyInfoFactoryMarshalExceptionCopyright © 2000–2020 The Apache Software Foundation. All rights reserved.