Uses of Interface
org.opensaml.xmlsec.signature.PGPKeyPacket
-
Packages that use PGPKeyPacket Package Description org.opensaml.xmlsec.signature XMLObject interfaces and helper classes for representing digitally signed content and signing/validating content. -
-
Uses of PGPKeyPacket in org.opensaml.xmlsec.signature
Methods in org.opensaml.xmlsec.signature that return PGPKeyPacket Modifier and Type Method Description PGPKeyPacket
PGPData. getPGPKeyPacket()
Get PGPKeyPacket child element.Methods in org.opensaml.xmlsec.signature with parameters of type PGPKeyPacket Modifier and Type Method Description void
PGPData. setPGPKeyPacket(PGPKeyPacket newPGPKeyPacket)
Set PGPKeyPacket child element.
-