Bouncy Castle Cryptography Library 1.81

org.bouncycastle.jcajce.provider.asymmetric.gost
Class BCGOST3410PrivateKey

java.lang.Object
  extended byorg.bouncycastle.jcajce.provider.asymmetric.gost.BCGOST3410PrivateKey
All Implemented Interfaces:
GOST3410Key, GOST3410PrivateKey, java.security.Key, PKCS12BagAttributeCarrier, java.security.PrivateKey, java.io.Serializable

public class BCGOST3410PrivateKey
extends java.lang.Object
implements GOST3410PrivateKey, PKCS12BagAttributeCarrier

See Also:
Serialized Form

Constructor Summary
protected BCGOST3410PrivateKey()
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.String getAlgorithm()
           
 ASN1Encodable getBagAttribute(ASN1ObjectIdentifier oid)
           
 java.util.Enumeration getBagAttributeKeys()
           
 byte[] getEncoded()
          Return a PKCS8 representation of the key.
 java.lang.String getFormat()
          return the encoding format we produce in getEncoded().
 GOST3410Params getParameters()
           
 java.math.BigInteger getX()
           
 boolean hasFriendlyName()
           
 int hashCode()
           
 void setBagAttribute(ASN1ObjectIdentifier oid, ASN1Encodable attribute)
           
 void setFriendlyName(java.lang.String friendlyName)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BCGOST3410PrivateKey

protected BCGOST3410PrivateKey()
Method Detail

getAlgorithm

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

getFormat

public java.lang.String getFormat()
return the encoding format we produce in getEncoded().

Specified by:
getFormat in interface java.security.Key
Returns:
the string "PKCS#8"

getEncoded

public byte[] getEncoded()
Return a PKCS8 representation of the key. The sequence returned represents a full PrivateKeyInfo object.

Specified by:
getEncoded in interface java.security.Key
Returns:
a PKCS8 representation of the key.

getParameters

public GOST3410Params getParameters()
Specified by:
getParameters in interface GOST3410Key

getX

public java.math.BigInteger getX()
Specified by:
getX in interface GOST3410PrivateKey

equals

public boolean equals(java.lang.Object o)

hashCode

public int hashCode()

toString

public java.lang.String toString()

setBagAttribute

public void setBagAttribute(ASN1ObjectIdentifier oid,
                            ASN1Encodable attribute)
Specified by:
setBagAttribute in interface PKCS12BagAttributeCarrier

getBagAttribute

public ASN1Encodable getBagAttribute(ASN1ObjectIdentifier oid)
Specified by:
getBagAttribute in interface PKCS12BagAttributeCarrier

getBagAttributeKeys

public java.util.Enumeration getBagAttributeKeys()
Specified by:
getBagAttributeKeys in interface PKCS12BagAttributeCarrier

hasFriendlyName

public boolean hasFriendlyName()
Specified by:
hasFriendlyName in interface PKCS12BagAttributeCarrier

setFriendlyName

public void setFriendlyName(java.lang.String friendlyName)
Specified by:
setFriendlyName in interface PKCS12BagAttributeCarrier

Bouncy Castle Cryptography Library 1.81