Package | Description |
---|---|
org.opensaml.security.x509 |
X.509-based credential and trust classes.
|
org.opensaml.security.x509.impl |
TrustEngine implementation classes related to PKIX. |
org.opensaml.security.x509.tls |
TLS security functionality.
|
org.opensaml.xmlsec.keyinfo.impl |
Interfaces and classes for working with XML KeyInfo elements.
|
org.opensaml.xmlsec.keyinfo.impl.provider |
Specific implementations of
KeyInfoProvider . |
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 | Method and Description |
---|---|
X500DNHandler |
X500DNHandler.clone()
Clone the handler.
|
X500DNHandler |
InternalX500DNHandler.clone()
Clone the handler.
|
Modifier and Type | Method and Description |
---|---|
static String |
X509Support.getIdentifiersToken(X509Credential credential,
X500DNHandler handler)
Gets a formatted string representing identifier information from the supplied credential.
|
Modifier and Type | Method and Description |
---|---|
X500DNHandler |
CertPathPKIXTrustEvaluator.getX500DNHandler()
Get the handler which process X.500 distinguished names.
|
X500DNHandler |
BasicX509CredentialNameEvaluator.getX500DNHandler()
Get the handler which process X.500 distinguished names.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
X500DNHandler |
CertificateNameOptions.getX500DNHandler()
Get the handler responsible for serializing X.500 names to strings from certificate-derived
X500Principal instances. |
Modifier and Type | Method and Description |
---|---|
void |
CertificateNameOptions.setX500DNHandler(X500DNHandler handler)
Set the handler responsible for serializing X.500 names to strings from certificate-derived
X500Principal instances. |
Modifier and Type | Method and Description |
---|---|
X500DNHandler |
X509KeyInfoGeneratorFactory.getX500DNHandler()
Get the handler which process X.500 distinguished names.
|
Modifier and Type | Method and Description |
---|---|
void |
X509KeyInfoGeneratorFactory.setX500DNHandler(X500DNHandler handler)
Set the handler which process X.500 distinguished names.
|
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.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.