org.bouncycastle.jce.provider
Class JDKGOST3410PrivateKey
java.lang.Object
org.bouncycastle.jce.provider.JDKGOST3410PrivateKey
- GOST3410Key, GOST3410PrivateKey, java.security.PrivateKey, PKCS12BagAttributeCarrier
public class JDKGOST3410PrivateKey
extends java.lang.Object
JDKGOST3410PrivateKey
protected JDKGOST3410PrivateKey()
getAlgorithm
public String getAlgorithm()
getEncoded
public byte[] getEncoded()
Return a PKCS8 representation of the key. The sequence returned
represents a full PrivateKeyInfo object.
- a PKCS8 representation of the key.
getFormat
public String getFormat()
return the encoding format we produce in getEncoded().
- the string "PKCS#8"