T
- domain parameters for the particular key type.public abstract class AsymmetricGOST3410Key<T> extends java.lang.Object implements AsymmetricKey
Modifier and Type | Field and Description |
---|---|
protected GOST3410Parameters<T> |
domainParameters |
Modifier and Type | Method and Description |
---|---|
protected void |
checkApprovedOnlyModeStatus() |
Algorithm |
getAlgorithm()
Return the algorithm this GOST R 34.10 key is for.
|
GOST3410Parameters<T> |
getParameters()
Return the domain parameters associated with this key.These will either
be for GOST R 34.10-1994 or GOST R 34.10-2001 depending on the key type.
|
protected void |
zeroize() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getEncoded
protected GOST3410Parameters<T> domainParameters
public Algorithm getAlgorithm()
getAlgorithm
in interface Key
public GOST3410Parameters<T> getParameters()
protected final void checkApprovedOnlyModeStatus()
protected void zeroize()