Package eu.emi.security.authn.x509.proxy
Contains classes which allow to generate proxy certificates and to extract information
from them.
-
Interface Summary Interface Description ProxyCertificate Wraps information about a new proxy which was generated by theProxyGenerator
.ProxyCSR Wraps information about a new proxy certificate signing request which was generated by theProxyCSRGenerator
. -
Class Summary Class Description BaseProxyCertificateOptions Generic proxy creation parameters useful for all scenarios.CertificateExtension Stores DER form of a certificate extension along with its OID and flag if the extension is critical.OidAndValue<T extends org.bouncycastle.asn1.ASN1Encodable> Stores DER form of a certificate attribute value with its OID.ProxyCertificateOptions Holds parameters which are used to create a proxy certificate using only a certificate chain.ProxyChainInfo A class to get an information from a proxy certificate chain.ProxyCSRGenerator Generates a proxy certificate signing request.ProxyCSRInfo A class to get the information from the proxy certificate request.ProxyGenerator Utilities to create proxy certificates.ProxyPolicy Proxy policy ASN1 class.ProxyRequestOptions Holds parameters which are used to issue a proxy certificate using a provided Certificate Signing Request and a local certificate chain.ProxyUtils Utility methods for checking properties of proxy certificates. -
Enum Summary Enum Description ProxyChainType Specifies the type of the proxy chain.ProxyType Specifies the type of the proxy.