Interface ECGOST3410PrivateKey
- All Superinterfaces:
Destroyable
,GOST3410Key<ECDomainParameterSpec>
,Key
,PrivateKey
,Serializable
Interface that a ECGOST-3410 private key needs to conform to.
-
Field Summary
Fields inherited from interface java.security.PrivateKey
serialVersionUID
-
Method Summary
Methods inherited from interface javax.security.auth.Destroyable
destroy, isDestroyed
Methods inherited from interface org.bouncycastle.jcajce.interfaces.GOST3410Key
getParams
Methods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
-
Method Details
-
getS
BigInteger getS()Return S - the private value.- Returns:
- the private value for the key.
-