Uses of Interface
org.opensaml.xmlsec.signature.PGPKeyPacket
Packages that use PGPKeyPacket
Package
Description
XMLObject interfaces and helper classes for representing digitally signed content and signing/validating content.
Implementations of the interfaces for XMLObjects that represent XML signature types.
-
Uses of PGPKeyPacket in org.opensaml.xmlsec.signature
Methods in org.opensaml.xmlsec.signature that return PGPKeyPacketMethods in org.opensaml.xmlsec.signature with parameters of type PGPKeyPacketModifier and TypeMethodDescriptionvoidPGPData.setPGPKeyPacket(PGPKeyPacket newPGPKeyPacket) Set PGPKeyPacket child element. -
Uses of PGPKeyPacket in org.opensaml.xmlsec.signature.impl
Classes in org.opensaml.xmlsec.signature.impl that implement PGPKeyPacketFields in org.opensaml.xmlsec.signature.impl declared as PGPKeyPacketModifier and TypeFieldDescriptionprivate PGPKeyPacketPGPDataImpl.pgpKeyPacketPGPKeyPacket child element value.Methods in org.opensaml.xmlsec.signature.impl that return PGPKeyPacketModifier and TypeMethodDescriptionPGPKeyPacketBuilder.buildObject()Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.PGPKeyPacketBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.PGPDataImpl.getPGPKeyPacket()Get PGPKeyPacket child element.Methods in org.opensaml.xmlsec.signature.impl with parameters of type PGPKeyPacketModifier and TypeMethodDescriptionvoidPGPDataImpl.setPGPKeyPacket(PGPKeyPacket newPGPKeyPacket) Set PGPKeyPacket child element.