com.sun.xml.ws.security.opt.crypto.dsig.keyinfo
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
| Fields inherited from interface javax.xml.crypto.dsig.keyinfo.PGPData |
TYPE |
|
Constructor Summary |
PGPData()
Creates a new instance of PGPData |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PGPData
public PGPData()
- Creates a new instance of PGPData
getKeyId
public byte[] getKeyId()
- Specified by:
getKeyId in interface PGPData
getKeyPacket
public byte[] getKeyPacket()
- Specified by:
getKeyPacket in interface PGPData
getExternalElements
public List getExternalElements()
- Specified by:
getExternalElements in interface PGPData
isFeatureSupported
public boolean isFeatureSupported(String string)
- Specified by:
isFeatureSupported in interface XMLStructure
setContent
public void setContent(List<Object> content)
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.