public abstract class JDKKeyStoreByte extends JDKKeyStore
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
blob |
private CSPUtil |
cspUtil |
protected java.lang.String |
filePath |
| Constructor and Description |
|---|
JDKKeyStoreByte() |
| Modifier and Type | Method and Description |
|---|---|
void |
engineStore(java.io.OutputStream stream,
char[] password)
Получение ключевого контейнера в виде массива байт.
|
engineAliases, engineContainsAlias, engineDeleteEntry, engineGetCertificate, engineGetCertificateAlias, engineGetCertificateChain, engineGetCreationDate, engineGetKey, engineIsCertificateEntry, engineIsKeyEntry, engineSetCertificateEntry, engineSetKeyEntry, engineSetKeyEntry, engineSize, loadUrlOrProfileprotected byte[] blob
private CSPUtil cspUtil
protected java.lang.String filePath
public void engineStore(java.io.OutputStream stream,
char[] password)
throws java.io.IOException,
java.security.NoSuchAlgorithmException,
java.security.cert.CertificateException
engineStore in class JDKKeyStorestream - Тело ключевого контейнера в виде массива байт.password - Пароль для доступа к ключевому контейнеру. Устанавливается при получении ключевого контейнераjava.io.IOExceptionjava.security.NoSuchAlgorithmExceptionjava.security.cert.CertificateExceptionCopyright © 1998-2014 Gamma Technologies. All Rights Reserved.