Uses of Interface
org.opensaml.xmlsec.signature.X509IssuerSerial
Packages that use X509IssuerSerial
Package
Description
Classes in support of processing XML Signature KeyInfo material.
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 X509IssuerSerial in org.opensaml.xmlsec.keyinfo
Methods in org.opensaml.xmlsec.keyinfo that return X509IssuerSerialModifier and TypeMethodDescriptionstatic X509IssuerSerialKeyInfoSupport.buildX509IssuerSerial(String issuerName, BigInteger serialNumber) Build anX509IssuerSerialcontaining a given issuer name and serial number. -
Uses of X509IssuerSerial in org.opensaml.xmlsec.signature
Methods in org.opensaml.xmlsec.signature that return types with arguments of type X509IssuerSerialModifier and TypeMethodDescriptionX509Data.getX509IssuerSerials()Get the list of X509IssuerSerial child elements. -
Uses of X509IssuerSerial in org.opensaml.xmlsec.signature.impl
Classes in org.opensaml.xmlsec.signature.impl that implement X509IssuerSerialMethods in org.opensaml.xmlsec.signature.impl that return X509IssuerSerialModifier and TypeMethodDescriptionX509IssuerSerialBuilder.buildObject()Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.X509IssuerSerialBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.Methods in org.opensaml.xmlsec.signature.impl that return types with arguments of type X509IssuerSerialModifier and TypeMethodDescriptionX509DataImpl.getX509IssuerSerials()Get the list of X509IssuerSerial child elements.