| Package | Description |
|---|---|
| org.opensaml.security.messaging | |
| org.opensaml.security.x509 |
X.509-based credential and trust classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ServletRequestX509CredentialAdapter
An adapter that exposes the X.509 certificates contained in the servlet request attribute.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicX509Credential
A basic implementation of
X509Credential. |
| 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.
|
boolean |
PKIXTrustEvaluator.validate(PKIXValidationInformation validationInfo,
X509Credential untrustedCredential)
Validate the specified credential against the specified set of trusted validation information.
|
Copyright © 1999–2014. All rights reserved.