public interface LoadCredentialsStrategy
| Modifier and Type | Method and Description |
|---|---|
eu.emi.security.authn.x509.X509Credential |
loadCredentials(org.bouncycastle.openssl.PasswordFinder passwordFinder)
Loads a user credential
|
eu.emi.security.authn.x509.X509Credential loadCredentials(org.bouncycastle.openssl.PasswordFinder passwordFinder)
passwordFinder - the password finder used to potentially decrypt the credential
encrypted private key.X509Credential, or null if no credential
was foundCopyright © 2014. All rights reserved.