public class HSMCredentials extends RSACredentials
| Constructor and Description |
|---|
HSMCredentials(HSMPrivateKey privateKey,
com.rsa.certj.cert.X509Certificate cert,
com.rsa.certj.cert.Certificate[] certChain) |
| Modifier and Type | Method and Description |
|---|---|
void |
disableCustomDB()
This may later be changed to accept a Custom DB provider implementation.
|
void |
enableCustomDB()
The CustomDB provider implementation will be used during HSM signing if this method is called.
|
boolean |
getCustomDBPref() |
com.rsa.jsafe.JSAFE_Session[] |
getSession() |
void |
setSession(com.rsa.jsafe.JSAFE_Session[] session) |
buildRSACertChain, getJSAFEPrivateKey, getRSACert, getRSAX509Cert, getRSAX509CertChain, isHSM, newInstance, newInstancepublic HSMCredentials(HSMPrivateKey privateKey, com.rsa.certj.cert.X509Certificate cert, com.rsa.certj.cert.Certificate[] certChain)
public com.rsa.jsafe.JSAFE_Session[] getSession()
public void setSession(com.rsa.jsafe.JSAFE_Session[] session)
public void enableCustomDB()
public void disableCustomDB()
public boolean getCustomDBPref()
Copyright © 2010 - 2020 Adobe. All Rights Reserved