| Package | Description |
|---|---|
| org.opensaml.security.x509 |
X.509-based credential and trust classes.
|
| org.opensaml.security.x509.tls |
TLS security functionality.
|
| 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 | Field and Description |
|---|---|
private X500DNHandler |
CertificateNameOptions.x500DNHandler
Responsible for serializing X.500 names to strings from certificate-derived
X500Principal instances. |
| 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. |
Copyright © 1999–2014. All rights reserved.