com.digt.trusted.jce.interfaces
Interface GOST3410PrivateKey

All Superinterfaces:
java.security.Key, java.security.PrivateKey, java.io.Serializable
All Known Implementing Classes:
JDKGOST3410ELPrivateKey, JDKGOST3410PrivateKey

public interface GOST3410PrivateKey
extends java.security.PrivateKey


Field Summary
 
Fields inherited from interface java.security.PrivateKey
serialVersionUID
 
Method Summary
 java.lang.String getPinCode()
           
 java.lang.String getX()
           
 boolean isNeedPinCode()
           
 
Methods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
 

Method Detail

getX

java.lang.String getX()

getPinCode

java.lang.String getPinCode()

isNeedPinCode

boolean isNeedPinCode()