com.digistamp.pdf
Class SignerKeystorePKCS12
java.lang.Object
com.digistamp.pdf.SignerKeystorePKCS12
- All Implemented Interfaces:
- SignerKeystore
public class SignerKeystorePKCS12
- extends java.lang.Object
- implements SignerKeystore
SignerKeystore implementation using PKCS#12 file (.pfx etc)
|
Field Summary |
java.security.KeyStore |
ks
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ks
public java.security.KeyStore ks
SignerKeystorePKCS12
public SignerKeystorePKCS12(java.io.InputStream inp,
java.lang.String passw)
throws java.lang.Exception
- Throws:
java.lang.Exception
getChain
public java.security.cert.Certificate[] getChain()
- Specified by:
getChain in interface SignerKeystore
getPrivateKey
public java.security.PrivateKey getPrivateKey()
- Specified by:
getPrivateKey in interface SignerKeystore
getProvider
public java.security.Provider getProvider()
- Specified by:
getProvider in interface SignerKeystore