public class JDKGOST3410PrivateKey extends Object implements GOST3410PrivateKey, PKCS12BagAttributeCarrier
serialVersionUID| Modifier | Constructor and Description |
|---|---|
protected |
JDKGOST3410PrivateKey() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithm() |
DEREncodable |
getBagAttribute(DERObjectIdentifier oid) |
Enumeration |
getBagAttributeKeys() |
byte[] |
getEncoded()
Return a PKCS8 representation of the key.
|
String |
getFormat()
return the encoding format we produce in getEncoded().
|
GOST3410Params |
getParameters() |
BigInteger |
getX() |
void |
setBagAttribute(DERObjectIdentifier oid,
DEREncodable attribute) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdestroy, isDestroyedpublic String getAlgorithm()
getAlgorithm in interface Keypublic String getFormat()
public byte[] getEncoded()
getEncoded in interface Keypublic GOST3410Params getParameters()
getParameters in interface GOST3410Keypublic BigInteger getX()
getX in interface GOST3410PrivateKeypublic void setBagAttribute(DERObjectIdentifier oid, DEREncodable attribute)
setBagAttribute in interface PKCS12BagAttributeCarrierpublic DEREncodable getBagAttribute(DERObjectIdentifier oid)
getBagAttribute in interface PKCS12BagAttributeCarrierpublic Enumeration getBagAttributeKeys()
getBagAttributeKeys in interface PKCS12BagAttributeCarrierCopyright © 2015. All rights reserved.