Uses of Interface
eu.emi.security.authn.x509.X509Credential
-
Packages that use X509Credential 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 theeu.emi.security.authn.x509.proxypackage.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. -
-
Uses of X509Credential in eu.emi.security.authn.x509.helpers
Classes in eu.emi.security.authn.x509.helpers that implement X509Credential Modifier and Type Class Description classAbstractDelegatingX509CredentialAbstract base for credential implementations which delegate to another one.classAbstractX509CredentialBase class with a shared code forX509Credentialimplementations.Fields in eu.emi.security.authn.x509.helpers declared as X509Credential Modifier and Type Field Description protected X509CredentialAbstractDelegatingX509Credential. delegate -
Uses of X509Credential in eu.emi.security.authn.x509.helpers.ocsp
Methods in eu.emi.security.authn.x509.helpers.ocsp with parameters of type X509Credential Modifier and Type Method Description org.bouncycastle.cert.ocsp.OCSPReqOCSPClientImpl. createRequest(java.security.cert.X509Certificate toCheckCert, java.security.cert.X509Certificate issuerCert, X509Credential requester, boolean addNonce)OCSPResultOCSPCachingClient. queryForCertificate(java.net.URL responder, java.security.cert.X509Certificate toCheckCert, java.security.cert.X509Certificate issuerCert, X509Credential requester, boolean addNonce, int timeout)Returns the checked certificate status.OCSPResultOCSPCachingClient. queryForCertificate(java.net.URL responder, java.security.cert.X509Certificate toCheckCert, java.security.cert.X509Certificate issuerCert, X509Credential requester, boolean addNonce, int timeout, OCSPClientImpl client)Returns the checked certificate status, using a custom client.OCSPResultOCSPClientImpl. queryForCertificate(java.net.URL responder, java.security.cert.X509Certificate toCheckCert, java.security.cert.X509Certificate issuerCert, X509Credential requester, boolean addNonce, int timeout)Returns a verified single response, related to the checked certificate. -
Uses of X509Credential in eu.emi.security.authn.x509.helpers.proxy
Methods in eu.emi.security.authn.x509.helpers.proxy that return X509Credential Modifier and Type Method Description X509CredentialProxyCertificateImpl. getCredential() -
Uses of X509Credential in eu.emi.security.authn.x509.helpers.ssl
Constructors in eu.emi.security.authn.x509.helpers.ssl with parameters of type X509Credential Constructor Description CredentialX509KeyManager(X509Credential credential) -
Uses of X509Credential in eu.emi.security.authn.x509.impl
Classes in eu.emi.security.authn.x509.impl that implement X509Credential Modifier and Type Class Description classDERCredentialWraps certificate and private key stored in DER format.classKeyAndCertCredentialclassKeystoreCredentialWraps a Java KeyStore in form suitable for use in JSSE.classPEMCredentialWraps certificate and private key stored in PEM format.Methods in eu.emi.security.authn.x509.impl with parameters of type X509Credential Modifier and Type Method Description static javax.net.ssl.SSLServerSocketFactorySocketFactoryCreator. getServerSocketFactory(X509Credential c, X509CertChainValidator v)Deprecated.Same asSocketFactoryCreator.getServerSocketFactory(X509Credential, X509CertChainValidator, SecureRandom)usingSecureRandomimplementation as the last argument.static javax.net.ssl.SSLServerSocketFactorySocketFactoryCreator. getServerSocketFactory(X509Credential c, X509CertChainValidator v, java.security.SecureRandom r)Deprecated.Returns anSSLServerSocketFactoryconfigured to check client certificates with a provided validator.static javax.net.ssl.SSLSocketFactorySocketFactoryCreator. getSocketFactory(X509Credential c, X509CertChainValidator v)Deprecated.Same asSocketFactoryCreator.getSocketFactory(X509Credential, X509CertChainValidator, SecureRandom)usingSecureRandomimplementation as the last argument.static javax.net.ssl.SSLSocketFactorySocketFactoryCreator. getSocketFactory(X509Credential c, X509CertChainValidator v, java.security.SecureRandom r)Deprecated.Returns anSSLSocketFactoryconfigured to check servers' certificates with a provided validator.static javax.net.ssl.SSLContextSocketFactoryCreator. getSSLContext(X509Credential c, X509CertChainValidator v, java.security.SecureRandom r)Deprecated.Low level interface.static voidCertificateUtils. savePEMKeystore(java.io.OutputStream os, X509Credential toSave, java.lang.String encryptionAlg, char[] encryptionPassword, boolean opensslLegacyFormat)Constructors in eu.emi.security.authn.x509.impl with parameters of type X509Credential Constructor Description SocketFactoryCreator2(X509Credential credential, X509CertChainValidator validator, HostnameMismatchCallback2 hostnameMismatchCallback)SocketFactoryCreator2(X509Credential credential, X509CertChainValidator validator, HostnameMismatchCallback2 hostnameMismatchCallback, java.security.SecureRandom rnd, java.lang.String protocol) -
Uses of X509Credential in eu.emi.security.authn.x509.proxy
Methods in eu.emi.security.authn.x509.proxy that return X509Credential Modifier and Type Method Description X509CredentialProxyCertificate. getCredential()Returns the X509Credential wrapping the generated private key and proxy certificate.
-