com.sun.xml.ws.security.opt.crypto.dsig.keyinfo
Class PGPData

java.lang.Object
  extended by com.sun.xml.security.core.dsig.PGPDataType
      extended by 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
 
Fields inherited from interface javax.xml.crypto.dsig.keyinfo.PGPData
TYPE
 
Constructor Summary
PGPData()
          Creates a new instance of PGPData
 
Method Summary
 List getExternalElements()
           
 byte[] getKeyId()
           
 byte[] getKeyPacket()
           
 boolean isFeatureSupported(String string)
           
 void setContent(List<Object> content)
           
 
Methods inherited from class com.sun.xml.security.core.dsig.PGPDataType
getContent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PGPData

public PGPData()
Creates a new instance of PGPData

Method Detail

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.