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