|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use X509SubjectName | |
---|---|
org.opensaml.xml.security.keyinfo | Interfaces and classes for working with XML KeyInfo elements. |
org.opensaml.xml.security.keyinfo.provider | Specific implementations of KeyInfoProvider . |
org.opensaml.xml.signature | XMLObject interfaces and helper classes for representing digitally signed content and signing/validating content. |
org.opensaml.xml.signature.impl | Implementations of the interfaces for XMLObjects that represent XML signature types. |
Uses of X509SubjectName in org.opensaml.xml.security.keyinfo |
---|
Methods in org.opensaml.xml.security.keyinfo that return X509SubjectName | |
---|---|
static X509SubjectName |
KeyInfoHelper.buildX509SubjectName(String subjectName)
Build an X509SubjectName containing a given subject name. |
Uses of X509SubjectName in org.opensaml.xml.security.keyinfo.provider |
---|
Method parameters in org.opensaml.xml.security.keyinfo.provider with type arguments of type X509SubjectName | |
---|---|
protected X509Certificate |
InlineX509DataProvider.findCertFromSubjectNames(List<X509Certificate> certs,
List<X509SubjectName> names)
Find the certificate from the chain that contains one of the specified subject names. |
Uses of X509SubjectName in org.opensaml.xml.signature |
---|
Methods in org.opensaml.xml.signature that return types with arguments of type X509SubjectName | |
---|---|
List<X509SubjectName> |
X509Data.getX509SubjectNames()
Get the list of X509SubjectName child elements. |
Uses of X509SubjectName in org.opensaml.xml.signature.impl |
---|
Classes in org.opensaml.xml.signature.impl that implement X509SubjectName | |
---|---|
class |
X509SubjectNameImpl
Concrete implementation of X509SubjectName |
Methods in org.opensaml.xml.signature.impl that return X509SubjectName | |
---|---|
X509SubjectName |
X509SubjectNameBuilder.buildObject()
Builds an XMLObject using the default name and namespace information provided XML Signature specifications. |
X509SubjectName |
X509SubjectNameBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name. |
Methods in org.opensaml.xml.signature.impl that return types with arguments of type X509SubjectName | |
---|---|
List<X509SubjectName> |
X509DataImpl.getX509SubjectNames()
Get the list of X509SubjectName child elements. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |