Uses of Interface
org.opensaml.xml.signature.PGPKeyPacket

Packages that use PGPKeyPacket
org.opensaml.xml.signature XMLObject interfaces and helper classes for representing digitally signed content and signing/validating content. 
org.opensaml.xml.signature.impl Implementations of the interfaces for XMLObjects that represent XML signature types. 
 

Uses of PGPKeyPacket in org.opensaml.xml.signature
 

Methods in org.opensaml.xml.signature that return PGPKeyPacket
 PGPKeyPacket PGPData.getPGPKeyPacket()
          Get PGPKeyPacket child element
 

Methods in org.opensaml.xml.signature with parameters of type PGPKeyPacket
 void PGPData.setPGPKeyPacket(PGPKeyPacket newPGPKeyPacket)
          Set PGPKeyPacket child element
 

Uses of PGPKeyPacket in org.opensaml.xml.signature.impl
 

Classes in org.opensaml.xml.signature.impl that implement PGPKeyPacket
 class PGPKeyPacketImpl
          Concrete implementation of PGPKeyPacket
 

Fields in org.opensaml.xml.signature.impl declared as PGPKeyPacket
private  PGPKeyPacket PGPDataImpl.pgpKeyPacket
          PGPKeyPacket child element value
 

Methods in org.opensaml.xml.signature.impl that return PGPKeyPacket
 PGPKeyPacket PGPKeyPacketBuilder.buildObject()
          Builds an XMLObject using the default name and namespace information provided XML Signature specifications.
 PGPKeyPacket PGPKeyPacketBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix)
          Creates an XMLObject with a given fully qualified name.
 PGPKeyPacket PGPDataImpl.getPGPKeyPacket()
          Get PGPKeyPacket child element
 

Methods in org.opensaml.xml.signature.impl with parameters of type PGPKeyPacket
 void PGPDataImpl.setPGPKeyPacket(PGPKeyPacket newPGPKeyPacket)
          Set PGPKeyPacket child element
 



Copyright © 1999-2013. All Rights Reserved.