java.lang.Cloneable, javax.security.auth.Destroyable, java.security.spec.KeySpecMasterKeyInterface, PrivateKeyInterface, PublicKeyInterface, SecretKeyInterfacepublic interface KeyInterface
extends java.security.spec.KeySpec, java.lang.Cloneable, javax.security.auth.Destroyable
KeySpec,
AlgorithmParameterSpec| Modifier and Type | Method | Description |
|---|---|---|
void |
clear() |
Удаление ключа.
|
java.lang.Object |
clone() |
Клонирования ключа.
|
ParamsInterface |
getParams() |
Функция возвращает параметры ключа.
|
void |
setParams(ParamsInterface params) |
Функция устанавливает параметры ключа.
|
void clear()
ParamsInterface getParams()
ParamsInterfacevoid setParams(ParamsInterface params)
params - новые параметры ключа.java.lang.Object clone()
throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException