Uses of Interface
org.opensaml.xmlsec.encryption.P
-
Packages that use P Package Description org.opensaml.xmlsec.encryption XMLObject interfaces and helper classes for representing encrypted content and encrypting/decrypting content.org.opensaml.xmlsec.encryption.impl Implementations of the interfaces for XMLObjects that represent XML encryption types. -
-
Uses of P in org.opensaml.xmlsec.encryption
Methods in org.opensaml.xmlsec.encryption that return P Modifier and Type Method Description PDHKeyValue. getP()Get the P child element.Methods in org.opensaml.xmlsec.encryption with parameters of type P Modifier and Type Method Description voidDHKeyValue. setP(P newP)Set the P child element. -
Uses of P in org.opensaml.xmlsec.encryption.impl
Classes in org.opensaml.xmlsec.encryption.impl that implement P Modifier and Type Class Description classPImplConcrete implementation ofP.Fields in org.opensaml.xmlsec.encryption.impl declared as P Modifier and Type Field Description private PDHKeyValueImpl. pP child element.Methods in org.opensaml.xmlsec.encryption.impl that return P Modifier and Type Method Description PPBuilder. buildObject()Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.PPBuilder. buildObject(String namespaceURI, String localName, String namespacePrefix)Creates an XMLObject with a given fully qualified name.PDHKeyValueImpl. getP()Get the P child element.Methods in org.opensaml.xmlsec.encryption.impl with parameters of type P Modifier and Type Method Description voidDHKeyValueImpl. setP(P newP)Set the P child element.
-