Uses of Interface
eu.emi.security.authn.x509.helpers.PasswordSupplier
-
Packages that use PasswordSupplier 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.impl Contains implementation classes of the library. -
-
Uses of PasswordSupplier in eu.emi.security.authn.x509.helpers
Classes in eu.emi.security.authn.x509.helpers that implement PasswordSupplier Modifier and Type Class Description classCharArrayPasswordFinderTrivial implementation ofPasswordSupplierwhich uses a password provided to the constructor. -
Uses of PasswordSupplier in eu.emi.security.authn.x509.impl
Methods in eu.emi.security.authn.x509.impl that return PasswordSupplier Modifier and Type Method Description static PasswordSupplierCertificateUtils. getPF(char[] password)Methods in eu.emi.security.authn.x509.impl with parameters of type PasswordSupplier Modifier and Type Method Description private static java.security.PrivateKeyCertificateUtils. convertToPrivateKey(java.lang.Object pemObject, java.lang.String type, PasswordSupplier pf)private voidPEMCredential. init(java.io.InputStream privateKeyStream, java.io.InputStream certificateStream, PasswordSupplier pf)private static java.security.PrivateKeyCertificateUtils. internalLoadPK(org.bouncycastle.openssl.PEMParser pemReader, java.lang.String type, PasswordSupplier pf)static java.security.KeyStoreCertificateUtils. loadPEMKeystore(java.io.InputStream is, PasswordSupplier pf, char[] ksPassword)AsCertificateUtils.loadPEMKeystore(InputStream, char[], char[])but this version allows for providing input key's encryption password only when needed.static java.security.PrivateKeyCertificateUtils. loadPEMPrivateKey(java.io.InputStream is, PasswordSupplier pf)Loads a private key from the provided input stream.private static java.security.PrivateKeyCertificateUtils. parsePEMPrivateKey(org.bouncycastle.util.io.pem.PemObject pem, PasswordSupplier pf)private static org.bouncycastle.asn1.pkcs.PrivateKeyInfoCertificateUtils. resolvePK(java.lang.String type, java.lang.Object src, PasswordSupplier pf)Constructors in eu.emi.security.authn.x509.impl with parameters of type PasswordSupplier Constructor Description PEMCredential(java.io.InputStream keystoreStream, PasswordSupplier pf)AsPEMCredential(InputStream, char[])but this version allows for providing decryption key only when needed.PEMCredential(java.io.InputStream privateKeyStream, java.io.InputStream certificateStream, PasswordSupplier pf)AsPEMCredential(InputStream, InputStream, char[])but password is retrieved on demand.PEMCredential(java.io.Reader privateKeyReader, java.io.Reader certificateReader, PasswordSupplier pf)AsPEMCredential(Reader, Reader, char[])but password is retrieved on demand.PEMCredential(java.lang.String keystorePath, PasswordSupplier pf)AsPEMCredential(String, char[])but this version allows for providing decryption key only when needed.
-