com.digt.trusted.jce.provider
Class JDKGOST3410ELPublicKey

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

public class JDKGOST3410ELPublicKey
extends java.lang.Object
implements GOST3410PublicKey

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface java.security.PublicKey
serialVersionUID
 
Constructor Summary
JDKGOST3410ELPublicKey(GOST3410ELPublicKeyParameters params)
           
JDKGOST3410ELPublicKey(GOST3410PublicKey key)
           
JDKGOST3410ELPublicKey(GOST3410PublicKeySpec spec)
           
JDKGOST3410ELPublicKey(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

JDKGOST3410ELPublicKey

public JDKGOST3410ELPublicKey(GOST3410PublicKey key)

JDKGOST3410ELPublicKey

public JDKGOST3410ELPublicKey(GOST3410PublicKeySpec spec)

JDKGOST3410ELPublicKey

public JDKGOST3410ELPublicKey(GOST3410ELPublicKeyParameters params)

JDKGOST3410ELPublicKey

public JDKGOST3410ELPublicKey(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