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
public class PGPData extends PGPDataType implements PGPData
- Author:
- Abhijit Das
-
-
Field Summary
-
Fields inherited from class com.sun.xml.security.core.dsig.PGPDataType
content
-
-
Constructor Summary
Constructors Constructor Description PGPData()Creates a new instance of PGPData
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListgetExternalElements()byte[]getKeyId()byte[]getKeyPacket()booleanisFeatureSupported(String string)voidsetContent(List<Object> content)-
Methods inherited from class com.sun.xml.security.core.dsig.PGPDataType
getContent
-
-
-
-
Method Detail
-
getKeyPacket
public byte[] getKeyPacket()
- Specified by:
getKeyPacketin interfacePGPData
-
getExternalElements
public List getExternalElements()
- Specified by:
getExternalElementsin interfacePGPData
-
isFeatureSupported
public boolean isFeatureSupported(String string)
- Specified by:
isFeatureSupportedin interfaceXMLStructure
-
-