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.org.opensaml.xmlsec.signature.impl Implementations of the interfaces for XMLObjects that represent XML signature types. -
-
Uses of PGPKeyID in org.opensaml.xmlsec.signature
Methods in org.opensaml.xmlsec.signature that return PGPKeyID Modifier and Type Method Description PGPKeyIDPGPData. getPGPKeyID()Get PGPKeyID child element.Methods in org.opensaml.xmlsec.signature with parameters of type PGPKeyID Modifier and Type Method Description voidPGPData. setPGPKeyID(PGPKeyID newPGPKeyID)Set PGPKeyID child element. -
Uses of PGPKeyID in org.opensaml.xmlsec.signature.impl
Classes in org.opensaml.xmlsec.signature.impl that implement PGPKeyID Modifier and Type Class Description classPGPKeyIDImplConcrete implementation ofPGPKeyID.Fields in org.opensaml.xmlsec.signature.impl declared as PGPKeyID Modifier and Type Field Description private PGPKeyIDPGPDataImpl. pgpKeyIDPGPKeyID child element value.Methods in org.opensaml.xmlsec.signature.impl that return PGPKeyID Modifier and Type Method Description PGPKeyIDPGPKeyIDBuilder. buildObject()Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.PGPKeyIDPGPKeyIDBuilder. buildObject(String namespaceURI, String localName, String namespacePrefix)Creates an XMLObject with a given fully qualified name.PGPKeyIDPGPDataImpl. getPGPKeyID()Get PGPKeyID child element.Methods in org.opensaml.xmlsec.signature.impl with parameters of type PGPKeyID Modifier and Type Method Description voidPGPDataImpl. setPGPKeyID(PGPKeyID newPGPKeyID)Set PGPKeyID child element.
-