パッケージ | 説明 |
---|---|
org.opensaml.ws.security.provider |
Basic implementations of some security policies.
|
org.opensaml.xml.security.keyinfo.provider |
Specific implementations of
KeyInfoProvider . |
org.opensaml.xml.security.x509 |
X509 based credential and trust class.
|
修飾子とタイプ | メソッドと説明 |
---|---|
X500DNHandler |
CertificateNameOptions.getX500DNHandler()
Get the handler responsible for serializing X.500 names to strings from certificate-derived
X500Principal instances. |
修飾子とタイプ | メソッドと説明 |
---|---|
void |
CertificateNameOptions.setX500DNHandler(X500DNHandler handler)
Set the handler responsible for serializing X.500 names to strings from certificate-derived
X500Principal instances. |
修飾子とタイプ | メソッドと説明 |
---|---|
X500DNHandler |
InlineX509DataProvider.getX500DNHandler()
Get the handler which process X.500 distinguished names.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
InlineX509DataProvider.setX500DNHandler(X500DNHandler handler)
Set the handler which process X.500 distinguished names.
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
InternalX500DNHandler
Basic implementation of
X500DNHandler which uses the internal built-in mechanisms
provided by X500Principal directly. |
修飾子とタイプ | メソッドと説明 |
---|---|
X500DNHandler |
InternalX500DNHandler.clone()
Clone the handler.
|
X500DNHandler |
X500DNHandler.clone()
Clone the handler.
|
X500DNHandler |
CertPathPKIXTrustEvaluator.getX500DNHandler()
Get the handler which process X.500 distinguished names.
|
X500DNHandler |
BasicX509CredentialNameEvaluator.getX500DNHandler()
Get the handler which process X.500 distinguished names.
|
X500DNHandler |
X509KeyInfoGeneratorFactory.getX500DNHandler()
Get the handler which process X.500 distinguished names.
|
修飾子とタイプ | メソッドと説明 |
---|---|
static String |
X509Util.getIdentifiersToken(X509Credential credential,
X500DNHandler handler)
Gets a formatted string representing identifier information from the supplied credential.
|
void |
CertPathPKIXTrustEvaluator.setX500DNHandler(X500DNHandler handler)
Set the handler which process X.500 distinguished names.
|
void |
BasicX509CredentialNameEvaluator.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 © 2012. All Rights Reserved.