Uses of Interface
org.opensaml.xmlsec.signature.X509SubjectName
-
Packages that use X509SubjectName Package Description org.opensaml.xmlsec.keyinfo Classes in support of processing XML Signature KeyInfo material.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 X509SubjectName in org.opensaml.xmlsec.keyinfo
Methods in org.opensaml.xmlsec.keyinfo that return X509SubjectName Modifier and Type Method Description static X509SubjectNameKeyInfoSupport. buildX509SubjectName(String subjectName)Build anX509SubjectNamecontaining a given subject name. -
Uses of X509SubjectName in org.opensaml.xmlsec.signature
Methods in org.opensaml.xmlsec.signature that return types with arguments of type X509SubjectName Modifier and Type Method Description List<X509SubjectName>X509Data. getX509SubjectNames()Get the list of X509SubjectName child elements. -
Uses of X509SubjectName in org.opensaml.xmlsec.signature.impl
Classes in org.opensaml.xmlsec.signature.impl that implement X509SubjectName Modifier and Type Class Description classX509SubjectNameImplConcrete implementation ofX509SubjectName.Methods in org.opensaml.xmlsec.signature.impl that return X509SubjectName Modifier and Type Method Description X509SubjectNameX509SubjectNameBuilder. buildObject()Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.X509SubjectNameX509SubjectNameBuilder. 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 X509SubjectName Modifier and Type Method Description List<X509SubjectName>X509DataImpl. getX509SubjectNames()Get the list of X509SubjectName child elements.
-