Class DOMKeyInfoFactory
java.lang.Object
javax.xml.crypto.dsig.keyinfo.KeyInfoFactory
org.apache.jcp.xml.dsig.internal.dom.DOMKeyInfoFactory
DOM-based implementation of KeyInfoFactory.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisFeatureSupported(String feature) newKeyInfo(List content) newKeyInfo(List content, String id) newKeyName(String name) newKeyValue(PublicKey key) newPGPData(byte[] keyId) newPGPData(byte[] keyId, byte[] keyPacket, List other) newPGPData(byte[] keyPacket, List other) newRetrievalMethod(String uri) newRetrievalMethod(String uri, String type, List transforms) newX509Data(List content) newX509IssuerSerial(String issuerName, BigInteger serialNumber) unmarshalKeyInfo(XMLStructure xmlStructure) Methods inherited from class javax.xml.crypto.dsig.keyinfo.KeyInfoFactory
getInstance, getInstance, getInstance, getInstance, getMechanismType, getProvider
-
Constructor Details
-
DOMKeyInfoFactory
public DOMKeyInfoFactory()
-
-
Method Details
-
newKeyInfo
- Specified by:
newKeyInfoin classKeyInfoFactory
-
newKeyInfo
- Specified by:
newKeyInfoin classKeyInfoFactory
-
newKeyName
- Specified by:
newKeyNamein classKeyInfoFactory
-
newKeyValue
- Specified by:
newKeyValuein classKeyInfoFactory- Throws:
KeyException
-
newPGPData
- Specified by:
newPGPDatain classKeyInfoFactory
-
newPGPData
- Specified by:
newPGPDatain classKeyInfoFactory
-
newPGPData
- Specified by:
newPGPDatain classKeyInfoFactory
-
newRetrievalMethod
- Specified by:
newRetrievalMethodin classKeyInfoFactory
-
newRetrievalMethod
- Specified by:
newRetrievalMethodin classKeyInfoFactory
-
newX509Data
- Specified by:
newX509Datain classKeyInfoFactory
-
newX509IssuerSerial
- Specified by:
newX509IssuerSerialin classKeyInfoFactory
-
isFeatureSupported
- Specified by:
isFeatureSupportedin classKeyInfoFactory
-
getURIDereferencer
- Specified by:
getURIDereferencerin classKeyInfoFactory
-
unmarshalKeyInfo
- Specified by:
unmarshalKeyInfoin classKeyInfoFactory- Throws:
MarshalException
-