Uses of Interface
org.opensaml.xmlsec.encryption.PgenCounter
Packages that use PgenCounter
Package
Description
XMLObject interfaces and helper classes for representing encrypted content and encrypting/decrypting content.
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 PgenCounterMethods in org.opensaml.xmlsec.encryption with parameters of type PgenCounterModifier and TypeMethodDescriptionvoid
DHKeyValue.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 PgenCounterFields in org.opensaml.xmlsec.encryption.impl declared as PgenCounterModifier and TypeFieldDescriptionprivate PgenCounter
DHKeyValueImpl.pgenCounter
pgenCounter child element.Methods in org.opensaml.xmlsec.encryption.impl that return PgenCounterModifier and TypeMethodDescriptionPgenCounterBuilder.buildObject()
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.PgenCounterBuilder.buildObject
(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.DHKeyValueImpl.getPgenCounter()
Get the pgenCounter element.Methods in org.opensaml.xmlsec.encryption.impl with parameters of type PgenCounterModifier and TypeMethodDescriptionvoid
DHKeyValueImpl.setPgenCounter
(PgenCounter newPgenCounter) Set the pgenCounter element.