com.digt.trusted.jce.provider
Class JDKGOST3410PublicKey

java.lang.Object
  extended by com.digt.trusted.jce.provider.JDKGOST3410PublicKey
All Implemented Interfaces:
GOST3410Key, GOST3410PublicKey, java.io.Serializable, java.security.Key, java.security.PublicKey

public class JDKGOST3410PublicKey
extends java.lang.Object
implements GOST3410PublicKey

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface java.security.PublicKey
serialVersionUID
 
Constructor Summary
JDKGOST3410PublicKey(GOST3410PublicKey key)
           
JDKGOST3410PublicKey(GOST3410PublicKeyParameters params)
           
JDKGOST3410PublicKey(SubjectPublicKeyInfo info)
           
 
Method Summary
 java.lang.String getAlgorithm()
           
 byte[] getEncoded()
           
 java.lang.String getFormat()
           
 GOST3410ParameterSpec getParams()
           
 byte[] getY()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JDKGOST3410PublicKey

public JDKGOST3410PublicKey(GOST3410PublicKey key)

JDKGOST3410PublicKey

public JDKGOST3410PublicKey(GOST3410PublicKeyParameters params)

JDKGOST3410PublicKey

public JDKGOST3410PublicKey(SubjectPublicKeyInfo info)
Method Detail

getAlgorithm

public java.lang.String getAlgorithm()
Specified by:
getAlgorithm in interface java.security.Key

getFormat

public java.lang.String getFormat()
Specified by:
getFormat in interface java.security.Key

getY

public byte[] getY()
Specified by:
getY in interface GOST3410PublicKey

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getEncoded

public byte[] getEncoded()
Specified by:
getEncoded in interface java.security.Key

getParams

public GOST3410ParameterSpec getParams()
Specified by:
getParams in interface GOST3410Key
Specified by:
getParams in interface GOST3410PublicKey