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:
javax.xml.crypto.dsig.keyinfo.PGPData, javax.xml.crypto.XMLStructure

public class PGPData
extends PGPDataType
implements javax.xml.crypto.dsig.keyinfo.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
 java.util.List getExternalElements()
           
 byte[] getKeyId()
           
 byte[] getKeyPacket()
           
 boolean isFeatureSupported(java.lang.String string)
           
 void setContent(java.util.List<java.lang.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 javax.xml.crypto.dsig.keyinfo.PGPData

getKeyPacket

public byte[] getKeyPacket()
Specified by:
getKeyPacket in interface javax.xml.crypto.dsig.keyinfo.PGPData

getExternalElements

public java.util.List getExternalElements()
Specified by:
getExternalElements in interface javax.xml.crypto.dsig.keyinfo.PGPData

isFeatureSupported

public boolean isFeatureSupported(java.lang.String string)
Specified by:
isFeatureSupported in interface javax.xml.crypto.XMLStructure

setContent

public void setContent(java.util.List<java.lang.Object> content)


Copyright © 2005-2011 Oracle Corporation. All Rights Reserved.