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