Class PGPData
java.lang.Object
com.sun.xml.security.core.dsig.PGPDataType
com.sun.xml.ws.security.opt.crypto.dsig.keyinfo.PGPData
- All Implemented Interfaces:
PGPData,XMLStructure
- Author:
- Abhijit Das
-
Field Summary
Fields inherited from class com.sun.xml.security.core.dsig.PGPDataType
content -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]getKeyId()byte[]booleanisFeatureSupported(String string) voidsetContent(List<Object> content) Methods inherited from class com.sun.xml.security.core.dsig.PGPDataType
getContent
-
Constructor Details
-
PGPData
public PGPData()Creates a new instance of PGPData
-
-
Method Details
-
getKeyId
public byte[] getKeyId() -
getKeyPacket
public byte[] getKeyPacket()- Specified by:
getKeyPacketin interfacePGPData
-
getExternalElements
- Specified by:
getExternalElementsin interfacePGPData
-
isFeatureSupported
- Specified by:
isFeatureSupportedin interfaceXMLStructure
-
setContent
-