Package | Description |
---|---|
org.opensaml.xml.security.keyinfo.provider |
Specific implementations of
KeyInfoProvider . |
org.opensaml.xml.security.x509 |
X509 based credential and trust class.
|
Modifier and Type | Field and Description |
---|---|
private X500DNHandler |
InlineX509DataProvider.x500DNHandler
Responsible for parsing and serializing X.500 names to/from
X500Principal instances. |
Modifier and Type | Method and Description |
---|---|
X500DNHandler |
InlineX509DataProvider.getX500DNHandler()
Get the handler which process X.500 distinguished names.
|
Modifier and Type | Method and Description |
---|---|
void |
InlineX509DataProvider.setX500DNHandler(X500DNHandler handler)
Set the handler which process X.500 distinguished names.
|
Modifier and Type | Class and Description |
---|---|
class |
InternalX500DNHandler
Basic implementation of
X500DNHandler which uses the internal built-in mechanisms
provided by X500Principal directly. |
Modifier and Type | Field and Description |
---|---|
private X500DNHandler |
BasicX509CredentialNameEvaluator.x500DNHandler
Responsible for parsing and serializing X.500 names to/from
X500Principal instances. |
private X500DNHandler |
CertPathPKIXTrustEvaluator.x500DNHandler
Responsible for parsing and serializing X.500 names to/from
X500Principal
instances. |
private X500DNHandler |
X509KeyInfoGeneratorFactory.X509Options.x500DNHandler
Responsible for parsing and serializing X.500 names to/from
X500Principal instances. |
Modifier and Type | Method and Description |
---|---|
X500DNHandler |
InternalX500DNHandler.clone()
Clone the handler.
|
X500DNHandler |
X500DNHandler.clone()
Clone the handler.
|
X500DNHandler |
BasicX509CredentialNameEvaluator.getX500DNHandler()
Get the handler which process X.500 distinguished names.
|
X500DNHandler |
CertPathPKIXTrustEvaluator.getX500DNHandler()
Get the handler which process X.500 distinguished names.
|
X500DNHandler |
X509KeyInfoGeneratorFactory.getX500DNHandler()
Get the handler which process X.500 distinguished names.
|
Modifier and Type | Method and Description |
---|---|
static String |
X509Util.getIdentifiersToken(X509Credential credential,
X500DNHandler handler)
Gets a formatted string representing identifier information from the supplied credential.
|
void |
BasicX509CredentialNameEvaluator.setX500DNHandler(X500DNHandler handler)
Set the handler which process X.500 distinguished names.
|
void |
CertPathPKIXTrustEvaluator.setX500DNHandler(X500DNHandler handler)
Set the handler which process X.500 distinguished names.
|
void |
X509KeyInfoGeneratorFactory.setX500DNHandler(X500DNHandler handler)
Set the handler which process X.500 distinguished names.
|
Copyright © 1999-2014 JBoss by Red Hat. All Rights Reserved.