C E L N P
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- CertificateParseException - Exception in nl.altindag.ssl.pem.exception
- CertificateParseException(String) - Constructor for exception nl.altindag.ssl.pem.exception.CertificateParseException
- CertificateParseException(Throwable) - Constructor for exception nl.altindag.ssl.pem.exception.CertificateParseException
E
- extractPublicKey(PrivateKey) - Static method in class nl.altindag.ssl.pem.util.PemUtils
L
- loadCertificate(InputStream...) - Static method in class nl.altindag.ssl.pem.util.PemUtils
-
Loads certificates from multiple InputStreams and maps it to a list of
X509Certificate - loadCertificate(String...) - Static method in class nl.altindag.ssl.pem.util.PemUtils
-
Loads certificates from the classpath and maps it to a list of
X509Certificate - loadCertificate(Path...) - Static method in class nl.altindag.ssl.pem.util.PemUtils
-
Loads certificates from the filesystem and maps it to a list of
X509Certificate - loadIdentityMaterial(InputStream) - Static method in class nl.altindag.ssl.pem.util.PemUtils
-
Loads the identity material based on a combined entity containing the certificate chain and the private key from an InputStream and maps it to an instance of
X509ExtendedKeyManager - loadIdentityMaterial(InputStream, char[]) - Static method in class nl.altindag.ssl.pem.util.PemUtils
-
Loads the identity material based on a combined entity containing the certificate chain and the private key from an InputStream and maps it to an instance of
X509ExtendedKeyManager - loadIdentityMaterial(InputStream, InputStream) - Static method in class nl.altindag.ssl.pem.util.PemUtils
-
Loads the identity material based on a certificate chain and a private key as an InputStream and maps it to an instance of
X509ExtendedKeyManager - loadIdentityMaterial(InputStream, InputStream, char[]) - Static method in class nl.altindag.ssl.pem.util.PemUtils
-
Loads the identity material based on a certificate chain and a private key as an InputStream and maps it to an instance of
X509ExtendedKeyManager - loadIdentityMaterial(String) - Static method in class nl.altindag.ssl.pem.util.PemUtils
-
Loads the identity material based on a combined file containing the certificate chain and the private key from the classpath and maps it to an instance of
X509ExtendedKeyManager - loadIdentityMaterial(String, char[]) - Static method in class nl.altindag.ssl.pem.util.PemUtils
-
Loads the identity material based on a combined file containing the certificate chain and the private key from the classpath and maps it to an instance of
X509ExtendedKeyManager - loadIdentityMaterial(String, String) - Static method in class nl.altindag.ssl.pem.util.PemUtils
-
Loads the identity material based on a certificate chain and a private key from the classpath and maps it to an instance of
X509ExtendedKeyManager - loadIdentityMaterial(String, String, char[]) - Static method in class nl.altindag.ssl.pem.util.PemUtils
-
Loads the identity material based on a certificate chain and a private key from the classpath and maps it to an instance of
X509ExtendedKeyManager - loadIdentityMaterial(Path) - Static method in class nl.altindag.ssl.pem.util.PemUtils
-
Loads the identity material based on a combined file containing the certificate chain and the private key from the filesystem and maps it to an instance of
X509ExtendedKeyManager - loadIdentityMaterial(Path, char[]) - Static method in class nl.altindag.ssl.pem.util.PemUtils
-
Loads the identity material based on a combined file containing the certificate chain and the private key from the filesystem and maps it to an instance of
X509ExtendedKeyManager - loadIdentityMaterial(Path, Path) - Static method in class nl.altindag.ssl.pem.util.PemUtils
-
Loads the identity material based on a certificate chain and a private key from the filesystem and maps it to an instance of
X509ExtendedKeyManager - loadIdentityMaterial(Path, Path, char[]) - Static method in class nl.altindag.ssl.pem.util.PemUtils
-
Loads the identity material based on a certificate chain and a private key from the filesystem and maps it to an instance of
X509ExtendedKeyManager - loadPrivateKey(InputStream) - Static method in class nl.altindag.ssl.pem.util.PemUtils
-
Loads the private key from an InputStream and maps it to an instance of
PrivateKey - loadPrivateKey(InputStream, char[]) - Static method in class nl.altindag.ssl.pem.util.PemUtils
-
Loads the private key from an InputStream and maps it to an instance of
PrivateKey - loadPrivateKey(String) - Static method in class nl.altindag.ssl.pem.util.PemUtils
-
Loads the private key from the classpath and maps it to an instance of
PrivateKey - loadPrivateKey(String, char[]) - Static method in class nl.altindag.ssl.pem.util.PemUtils
-
Loads the private key from the classpath and maps it to an instance of
PrivateKey - loadPrivateKey(Path) - Static method in class nl.altindag.ssl.pem.util.PemUtils
-
Loads the private key from the filesystem and maps it to an instance of
PrivateKey - loadPrivateKey(Path, char[]) - Static method in class nl.altindag.ssl.pem.util.PemUtils
-
Loads the private key from the filesystem and maps it to an instance of
PrivateKey - loadTrustMaterial(InputStream...) - Static method in class nl.altindag.ssl.pem.util.PemUtils
-
Loads certificates from multiple InputStreams and maps it to an instance of
X509ExtendedTrustManager - loadTrustMaterial(String...) - Static method in class nl.altindag.ssl.pem.util.PemUtils
-
Loads certificates from the classpath and maps it to an instance of
X509ExtendedTrustManager - loadTrustMaterial(Path...) - Static method in class nl.altindag.ssl.pem.util.PemUtils
-
Loads certificates from the filesystem and maps it to an instance of
X509ExtendedTrustManager
N
- nl.altindag.ssl.pem.exception - package nl.altindag.ssl.pem.exception
- nl.altindag.ssl.pem.util - package nl.altindag.ssl.pem.util
P
- parseCertificate(String) - Static method in class nl.altindag.ssl.pem.util.PemUtils
- parseIdentityMaterial(String) - Static method in class nl.altindag.ssl.pem.util.PemUtils
-
Parses the identity material based on a string representation containing the certificate chain and the private key and maps it to an instance of
X509ExtendedTrustManager - parseIdentityMaterial(String, char[]) - Static method in class nl.altindag.ssl.pem.util.PemUtils
-
Parses the identity material based on a string representation containing the certificate chain and the private key and maps it to an instance of
X509ExtendedTrustManager - parseIdentityMaterial(String, String, char[]) - Static method in class nl.altindag.ssl.pem.util.PemUtils
-
Parses the identity material based on a string representation of the certificate chain and the private key and maps it to an instance of
X509ExtendedTrustManager - parsePrivateKey(String) - Static method in class nl.altindag.ssl.pem.util.PemUtils
-
Parses the private key based on a string representation of the private key and maps it to an instance of
PrivateKey - parsePrivateKey(String, char[]) - Static method in class nl.altindag.ssl.pem.util.PemUtils
-
Parses the private key based on a string representation of the private key and maps it to an instance of
PrivateKey. - parseTrustMaterial(String...) - Static method in class nl.altindag.ssl.pem.util.PemUtils
-
Parses one or more certificates as a string representation and maps it to an instance of
X509ExtendedTrustManager - PemParseException - Exception in nl.altindag.ssl.pem.exception
- PemParseException(String) - Constructor for exception nl.altindag.ssl.pem.exception.PemParseException
- PemParseException(Throwable) - Constructor for exception nl.altindag.ssl.pem.exception.PemParseException
- PemUtils - Class in nl.altindag.ssl.pem.util
-
Reads PEM formatted private keys and certificates as identity material and trust material and maps it to either a
X509ExtendedKeyManagerorX509ExtendedTrustManager. - PrivateKeyParseException - Exception in nl.altindag.ssl.pem.exception
- PrivateKeyParseException(String) - Constructor for exception nl.altindag.ssl.pem.exception.PrivateKeyParseException
- PrivateKeyParseException(Throwable) - Constructor for exception nl.altindag.ssl.pem.exception.PrivateKeyParseException
- PublicKeyParseException - Exception in nl.altindag.ssl.pem.exception
- PublicKeyParseException(String) - Constructor for exception nl.altindag.ssl.pem.exception.PublicKeyParseException
- PublicKeyParseException(Throwable) - Constructor for exception nl.altindag.ssl.pem.exception.PublicKeyParseException
All Classes All Packages