com.digt.trusted.jce.interfaces
Interface GOST3410PublicKey

All Superinterfaces:
GOST3410Key, java.security.Key, java.security.PublicKey, java.io.Serializable
All Known Implementing Classes:
JDKGOST3410ELPublicKey, JDKGOST3410PublicKey

public interface GOST3410PublicKey
extends GOST3410Key, java.security.PublicKey


Field Summary
 
Fields inherited from interface java.security.PublicKey
serialVersionUID
 
Method Summary
 GOST3410ParameterSpec getParams()
           
 byte[] getY()
           
 
Methods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
 

Method Detail

getY

byte[] getY()

getParams

GOST3410ParameterSpec getParams()
Specified by:
getParams in interface GOST3410Key