Bouncy Castle Cryptography Library 1.77.0

org.bouncycastle.jce.interfaces
Interface GOST3410PrivateKey

All Superinterfaces:
GOST3410Key, java.security.Key, java.security.PrivateKey, java.io.Serializable
All Known Implementing Classes:
BCGOST3410PrivateKey

public interface GOST3410PrivateKey
extends GOST3410Key, java.security.PrivateKey


Fields inherited from interface java.security.PrivateKey
serialVersionUID
 
Method Summary
 java.math.BigInteger getX()
           
 
Methods inherited from interface org.bouncycastle.jce.interfaces.GOST3410Key
getParameters
 
Methods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
 

Method Detail

getX

public java.math.BigInteger getX()

Bouncy Castle Cryptography Library 1.77.0