Interface DSTU4145PrivateKey
- All Superinterfaces:
Destroyable
,DSTU4145Key
,Key
,PrivateKey
,Serializable
Interface that a DSTU-4145 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.DSTU4145Key
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.
-