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, getProvider
public KeyInfo newKeyInfo(List content)
newKeyInfo
in class KeyInfoFactory
public KeyInfo newKeyInfo(List content, String id)
newKeyInfo
in class KeyInfoFactory
public KeyName newKeyName(String name)
newKeyName
in class KeyInfoFactory
public KeyValue newKeyValue(PublicKey key) throws KeyException
newKeyValue
in class KeyInfoFactory
KeyException
public PGPData newPGPData(byte[] keyId)
newPGPData
in class KeyInfoFactory
public PGPData newPGPData(byte[] keyId, byte[] keyPacket, List other)
newPGPData
in class KeyInfoFactory
public PGPData newPGPData(byte[] keyPacket, List other)
newPGPData
in class KeyInfoFactory
public RetrievalMethod newRetrievalMethod(String uri)
newRetrievalMethod
in class KeyInfoFactory
public RetrievalMethod newRetrievalMethod(String uri, String type, List transforms)
newRetrievalMethod
in class KeyInfoFactory
public X509Data newX509Data(List content)
newX509Data
in class KeyInfoFactory
public X509IssuerSerial newX509IssuerSerial(String issuerName, BigInteger serialNumber)
newX509IssuerSerial
in class KeyInfoFactory
public boolean isFeatureSupported(String feature)
isFeatureSupported
in class KeyInfoFactory
public URIDereferencer getURIDereferencer()
getURIDereferencer
in class KeyInfoFactory
public KeyInfo unmarshalKeyInfo(XMLStructure xmlStructure) throws MarshalException
unmarshalKeyInfo
in class KeyInfoFactory
MarshalException
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.