Class DOMKeyInfoFactory
java.lang.Object
javax.xml.crypto.dsig.keyinfo.KeyInfoFactory
org.apache.jcp.xml.dsig.internal.dom.DOMKeyInfoFactory
DOM-based implementation of KeyInfoFactory.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
isFeatureSupported
(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:
newKeyInfo
in classKeyInfoFactory
-
newKeyInfo
- Specified by:
newKeyInfo
in classKeyInfoFactory
-
newKeyName
- Specified by:
newKeyName
in classKeyInfoFactory
-
newKeyValue
- Specified by:
newKeyValue
in classKeyInfoFactory
- Throws:
KeyException
-
newPGPData
- Specified by:
newPGPData
in classKeyInfoFactory
-
newPGPData
- Specified by:
newPGPData
in classKeyInfoFactory
-
newPGPData
- Specified by:
newPGPData
in classKeyInfoFactory
-
newRetrievalMethod
- Specified by:
newRetrievalMethod
in classKeyInfoFactory
-
newRetrievalMethod
- Specified by:
newRetrievalMethod
in classKeyInfoFactory
-
newX509Data
- Specified by:
newX509Data
in classKeyInfoFactory
-
newX509IssuerSerial
- Specified by:
newX509IssuerSerial
in classKeyInfoFactory
-
isFeatureSupported
- Specified by:
isFeatureSupported
in classKeyInfoFactory
-
getURIDereferencer
- Specified by:
getURIDereferencer
in classKeyInfoFactory
-
unmarshalKeyInfo
- Specified by:
unmarshalKeyInfo
in classKeyInfoFactory
- Throws:
MarshalException
-