Package org.bouncycastle.jce.provider
Class JDKDSAPrivateKey
- java.lang.Object
 - 
- 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,javax.security.auth.Destroyable,PKCS12BagAttributeCarrier
public class JDKDSAPrivateKey extends java.lang.Object implements java.security.interfaces.DSAPrivateKey, PKCS12BagAttributeCarrier
- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Modifier Constructor Description protectedJDKDSAPrivateKey() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetAlgorithm()ASN1EncodablegetBagAttribute(ASN1ObjectIdentifier oid)java.util.EnumerationgetBagAttributeKeys()byte[]getEncoded()Return a PKCS8 representation of the key.java.lang.StringgetFormat()return the encoding format we produce in getEncoded().java.security.interfaces.DSAParamsgetParams()java.math.BigIntegergetX()inthashCode()voidsetBagAttribute(ASN1ObjectIdentifier oid, ASN1Encodable attribute) 
 - 
 
- 
- 
Method Detail
- 
getAlgorithm
public java.lang.String getAlgorithm()
- Specified by:
 getAlgorithmin interfacejava.security.Key
 
- 
getFormat
public java.lang.String getFormat()
return the encoding format we produce in getEncoded().- Specified by:
 getFormatin interfacejava.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:
 getEncodedin interfacejava.security.Key- Returns:
 - a PKCS8 representation of the key.
 
 
- 
getParams
public java.security.interfaces.DSAParams getParams()
- Specified by:
 getParamsin interfacejava.security.interfaces.DSAKey
 
- 
getX
public java.math.BigInteger getX()
- Specified by:
 getXin interfacejava.security.interfaces.DSAPrivateKey
 
- 
equals
public boolean equals(java.lang.Object o)
- Overrides:
 equalsin classjava.lang.Object
 
- 
hashCode
public int hashCode()
- Overrides:
 hashCodein classjava.lang.Object
 
- 
setBagAttribute
public void setBagAttribute(ASN1ObjectIdentifier oid, ASN1Encodable attribute)
- Specified by:
 setBagAttributein interfacePKCS12BagAttributeCarrier
 
- 
getBagAttribute
public ASN1Encodable getBagAttribute(ASN1ObjectIdentifier oid)
- Specified by:
 getBagAttributein interfacePKCS12BagAttributeCarrier
 
- 
getBagAttributeKeys
public java.util.Enumeration getBagAttributeKeys()
- Specified by:
 getBagAttributeKeysin interfacePKCS12BagAttributeCarrier
 
 - 
 
 -