Uses of Interface
org.opensaml.xmlsec.signature.PgenCounter
Packages that use PgenCounter
Package
Description
XMLObject interfaces and helper classes for representing digitally signed content and signing/validating content.
Implementations of the interfaces for XMLObjects that represent XML signature types.
-
Uses of PgenCounter in org.opensaml.xmlsec.signature
Methods in org.opensaml.xmlsec.signature that return PgenCounterMethods in org.opensaml.xmlsec.signature with parameters of type PgenCounterModifier and TypeMethodDescriptionvoidDSAKeyValue.setPgenCounter(PgenCounter newPgenCounter) Set the PgenCounter element. -
Uses of PgenCounter in org.opensaml.xmlsec.signature.impl
Classes in org.opensaml.xmlsec.signature.impl that implement PgenCounterFields in org.opensaml.xmlsec.signature.impl declared as PgenCounterModifier and TypeFieldDescriptionprivate PgenCounterDSAKeyValueImpl.pgenCounterPgenCounter child element.Methods in org.opensaml.xmlsec.signature.impl that return PgenCounterModifier and TypeMethodDescriptionPgenCounterBuilder.buildObject()Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.PgenCounterBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.DSAKeyValueImpl.getPgenCounter()Get the PgenCounter element.Methods in org.opensaml.xmlsec.signature.impl with parameters of type PgenCounterModifier and TypeMethodDescriptionvoidDSAKeyValueImpl.setPgenCounter(PgenCounter newPgenCounter) Set the PgenCounter element.