public interface IOpenCertificate extends ICertificate
| Modifier and Type | Method and Description |
|---|---|
PrivateKey |
getPrivateKey() |
byte[] |
sign(byte[] data) |
void |
store(File file,
String storeType,
String alias,
char[] password) |
void |
storeUserKeystore(File file,
char[] password) |
getAsymmetricCipherSuite, getPublicKey, getX509Certificate, getX509CertificateChainPrivateKey getPrivateKey()
byte[] sign(byte[] data)
throws GeneralSecurityException
GeneralSecurityExceptionvoid storeUserKeystore(File file, char[] password) throws IOException, GeneralSecurityException
IOExceptionGeneralSecurityExceptionvoid store(File file, String storeType, String alias, char[] password) throws IOException, GeneralSecurityException
IOExceptionGeneralSecurityExceptionCopyright © 2018 Symphony Software Foundation. All rights reserved.