Package org.bouncycastle.jce.interfaces
Interface GOST3410PrivateKey
-
- All Superinterfaces:
Destroyable
,GOST3410Key
,Key
,PrivateKey
,Serializable
- All Known Implementing Classes:
BCGOST3410PrivateKey
public interface GOST3410PrivateKey extends GOST3410Key, PrivateKey
-
-
Field Summary
-
Fields inherited from interface java.security.PrivateKey
serialVersionUID
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BigInteger
getX()
-
Methods inherited from interface javax.security.auth.Destroyable
destroy, isDestroyed
-
Methods inherited from interface org.bouncycastle.jce.interfaces.GOST3410Key
getParameters
-
Methods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
-
-
-
-
Method Detail
-
getX
BigInteger getX()
-
-