Uses of Interface
org.opensaml.xmlsec.signature.P
-
Packages that use P 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 P in org.opensaml.xmlsec.signature
Methods in org.opensaml.xmlsec.signature that return P Modifier and Type Method Description PDSAKeyValue. getP()Get the P child element.Methods in org.opensaml.xmlsec.signature with parameters of type P Modifier and Type Method Description voidDSAKeyValue. setP(P newP)Set the P child element. -
Uses of P in org.opensaml.xmlsec.signature.impl
Classes in org.opensaml.xmlsec.signature.impl that implement P Modifier and Type Class Description classPImplConcrete implementation ofP.Fields in org.opensaml.xmlsec.signature.impl declared as P Modifier and Type Field Description private PDSAKeyValueImpl. pP child element.Methods in org.opensaml.xmlsec.signature.impl that return P Modifier and Type Method Description PPBuilder. buildObject()Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.PPBuilder. buildObject(String namespaceURI, String localName, String namespacePrefix)Creates an XMLObject with a given fully qualified name.PDSAKeyValueImpl. getP()Get the P child element.Methods in org.opensaml.xmlsec.signature.impl with parameters of type P Modifier and Type Method Description voidDSAKeyValueImpl. setP(P newP)Set the P child element.
-