Uses of Interface
org.opensaml.xmlsec.encryption.PgenCounter
-
Packages that use PgenCounter 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 PgenCounter in org.opensaml.xmlsec.encryption
Methods in org.opensaml.xmlsec.encryption that return PgenCounter Modifier and Type Method Description PgenCounterDHKeyValue. getPgenCounter()Get the pgenCounter element.Methods in org.opensaml.xmlsec.encryption with parameters of type PgenCounter Modifier and Type Method Description voidDHKeyValue. setPgenCounter(PgenCounter newPgenCounter)Set the pgenCounter element. -
Uses of PgenCounter in org.opensaml.xmlsec.encryption.impl
Classes in org.opensaml.xmlsec.encryption.impl that implement PgenCounter Modifier and Type Class Description classPgenCounterImplConcrete implementation ofPgenCounter.Fields in org.opensaml.xmlsec.encryption.impl declared as PgenCounter Modifier and Type Field Description private PgenCounterDHKeyValueImpl. pgenCounterpgenCounter child element.Methods in org.opensaml.xmlsec.encryption.impl that return PgenCounter Modifier and Type Method Description PgenCounterPgenCounterBuilder. buildObject()Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.PgenCounterPgenCounterBuilder. buildObject(String namespaceURI, String localName, String namespacePrefix)Creates an XMLObject with a given fully qualified name.PgenCounterDHKeyValueImpl. getPgenCounter()Get the pgenCounter element.Methods in org.opensaml.xmlsec.encryption.impl with parameters of type PgenCounter Modifier and Type Method Description voidDHKeyValueImpl. setPgenCounter(PgenCounter newPgenCounter)Set the pgenCounter element.
-