org.bouncycastle.jce.provider
Class JDKDSAPrivateKey

java.lang.Object
  extended by org.bouncycastle.jce.provider.JDKDSAPrivateKey
All Implemented Interfaces:
java.io.Serializable, java.security.interfaces.DSAKey, java.security.interfaces.DSAPrivateKey, java.security.Key, java.security.PrivateKey, PKCS12BagAttributeCarrier

public class JDKDSAPrivateKey
extends java.lang.Object
implements java.security.interfaces.DSAPrivateKey, PKCS12BagAttributeCarrier

See Also:
Serialized Form

Field Summary
private  PKCS12BagAttributeCarrierImpl attrCarrier
           
(package private)  java.security.interfaces.DSAParams dsaSpec
           
private static long serialVersionUID
           
(package private)  java.math.BigInteger x
           
 
Constructor Summary
protected JDKDSAPrivateKey()
           
(package private) JDKDSAPrivateKey(java.security.interfaces.DSAPrivateKey key)
           
(package private) JDKDSAPrivateKey(DSAPrivateKeyParameters params)
           
(package private) JDKDSAPrivateKey(java.security.spec.DSAPrivateKeySpec spec)
           
(package private) JDKDSAPrivateKey(PrivateKeyInfo info)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.String getAlgorithm()
           
 DEREncodable getBagAttribute(DERObjectIdentifier 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().
 java.security.interfaces.DSAParams getParams()
           
 java.math.BigInteger getX()
           
 int hashCode()
           
private  void readObject(java.io.ObjectInputStream in)
           
 void setBagAttribute(DERObjectIdentifier oid, DEREncodable attribute)
           
private  void writeObject(java.io.ObjectOutputStream out)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

x

java.math.BigInteger x

dsaSpec

java.security.interfaces.DSAParams dsaSpec

attrCarrier

private PKCS12BagAttributeCarrierImpl attrCarrier
Constructor Detail

JDKDSAPrivateKey

protected JDKDSAPrivateKey()

JDKDSAPrivateKey

JDKDSAPrivateKey(java.security.interfaces.DSAPrivateKey key)

JDKDSAPrivateKey

JDKDSAPrivateKey(java.security.spec.DSAPrivateKeySpec spec)

JDKDSAPrivateKey

JDKDSAPrivateKey(PrivateKeyInfo info)

JDKDSAPrivateKey

JDKDSAPrivateKey(DSAPrivateKeyParameters params)
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.

getParams

public java.security.interfaces.DSAParams getParams()
Specified by:
getParams in interface java.security.interfaces.DSAKey

getX

public java.math.BigInteger getX()
Specified by:
getX in interface java.security.interfaces.DSAPrivateKey

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

setBagAttribute

public void setBagAttribute(DERObjectIdentifier oid,
                            DEREncodable attribute)
Specified by:
setBagAttribute in interface PKCS12BagAttributeCarrier

getBagAttribute

public DEREncodable getBagAttribute(DERObjectIdentifier oid)
Specified by:
getBagAttribute in interface PKCS12BagAttributeCarrier

getBagAttributeKeys

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

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException