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 |
protected static java.util.Set |
ecAcceptable |
protected static java.util.Set |
fpAcceptable |
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 boolean |
isThreadCorrectMode() |
protected void |
zeroize() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getEncoded
protected static final java.util.Set ecAcceptable
protected static final java.util.Set fpAcceptable
protected GOST3410Parameters<T> domainParameters
public Algorithm getAlgorithm()
getAlgorithm
in interface Key
public GOST3410Parameters<T> getParameters()
protected final boolean isThreadCorrectMode()
protected final void checkApprovedOnlyModeStatus()
protected void zeroize()