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