Uses of Interface
javax.xml.crypto.dsig.keyinfo.PGPData

Packages that use PGPData
javax.xml.crypto.dsig.keyinfo Classes for parsing and processing KeyInfo elements and structures. 
org.jcp.xml.dsig.internal.dom   
 

Uses of PGPData in javax.xml.crypto.dsig.keyinfo
 

Methods in javax.xml.crypto.dsig.keyinfo that return PGPData
abstract  PGPData KeyInfoFactory.newPGPData(byte[] keyId)
          Creates a PGPData from the specified PGP public key identifier.
abstract  PGPData KeyInfoFactory.newPGPData(byte[] keyId, byte[] keyPacket, java.util.List other)
          Creates a PGPData from the specified PGP public key identifier, and optional key material packet and list of external elements.
abstract  PGPData KeyInfoFactory.newPGPData(byte[] keyPacket, java.util.List other)
          Creates a PGPData from the specified PGP key material packet and optional list of external elements.
 

Uses of PGPData in org.jcp.xml.dsig.internal.dom
 

Classes in org.jcp.xml.dsig.internal.dom that implement PGPData
 class DOMPGPData
          DOM-based implementation of PGPData.
 

Methods in org.jcp.xml.dsig.internal.dom that return PGPData
 PGPData DOMKeyInfoFactory.newPGPData(byte[] keyId)
           
 PGPData DOMKeyInfoFactory.newPGPData(byte[] keyId, byte[] keyPacket, java.util.List other)
           
 PGPData DOMKeyInfoFactory.newPGPData(byte[] keyPacket, java.util.List other)
           
 



Copyright © 2000-2014 The Apache Software Foundation. All Rights Reserved.