Package | Description |
---|---|
eu.emi.security.authn.x509.helpers |
Consists of general purpose classes, helping to implement generic functionality of the library.
|
eu.emi.security.authn.x509.helpers.ocsp |
Contains implementation of On-line Certificate Status Protocol (OCSP), RFC 2560.
|
eu.emi.security.authn.x509.helpers.proxy |
Helper classes, implementing functionality offered by the Proxy Certificate API
from the
eu.emi.security.authn.x509.proxy package. |
eu.emi.security.authn.x509.helpers.ssl |
Helper classes, implementing SSL/TLS/network related functions.
|
eu.emi.security.authn.x509.impl |
Contains implementation classes of the library.
|
eu.emi.security.authn.x509.proxy |
Contains classes which allow to generate proxy certificates and to extract information
from them.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDelegatingX509Credential
Abstract base for credential implementations which delegate to
another one.
|
class |
AbstractX509Credential
Base class with a shared code for
X509Credential implementations. |
Modifier and Type | Field and Description |
---|---|
protected X509Credential |
AbstractDelegatingX509Credential.delegate |
Modifier and Type | Method and Description |
---|---|
org.bouncycastle.cert.ocsp.OCSPReq |
OCSPClientImpl.createRequest(X509Certificate toCheckCert,
X509Certificate issuerCert,
X509Credential requester,
boolean addNonce) |
OCSPResult |
OCSPCachingClient.queryForCertificate(URL responder,
X509Certificate toCheckCert,
X509Certificate issuerCert,
X509Credential requester,
boolean addNonce,
int timeout)
Returns the checked certificate status.
|
OCSPResult |
OCSPClientImpl.queryForCertificate(URL responder,
X509Certificate toCheckCert,
X509Certificate issuerCert,
X509Credential requester,
boolean addNonce,
int timeout)
Returns a verified single response, related to the checked certificate.
|
OCSPResult |
OCSPCachingClient.queryForCertificate(URL responder,
X509Certificate toCheckCert,
X509Certificate issuerCert,
X509Credential requester,
boolean addNonce,
int timeout,
OCSPClientImpl client)
Returns the checked certificate status, using a custom client.
|
Modifier and Type | Method and Description |
---|---|
X509Credential |
ProxyCertificateImpl.getCredential() |
Constructor and Description |
---|
CredentialX509KeyManager(X509Credential credential) |
Modifier and Type | Class and Description |
---|---|
class |
DERCredential
Wraps certificate and private key stored in DER format.
|
class |
KeyAndCertCredential
|
class |
KeystoreCredential
Wraps a Java KeyStore in form suitable for use in JSSE.
|
class |
PEMCredential
Wraps certificate and private key stored in PEM format.
|
Modifier and Type | Method and Description |
---|---|
X509Credential |
ProxyCertificate.getCredential()
Returns the X509Credential wrapping the generated private key and proxy certificate.
|
Copyright © 2012-2017 European Middleware Initiative. All Rights Reserved.