org.bouncycastle.jce.provider
Class JCEEC5PrivateKey
java.lang.Object
org.bouncycastle.jce.provider.JCEEC5PrivateKey
- All Implemented Interfaces:
- java.io.Serializable, java.security.interfaces.ECKey, java.security.interfaces.ECPrivateKey, java.security.Key, java.security.PrivateKey, PKCS12BagAttributeCarrier, BCECKey, BCECPrivateKey
public class JCEEC5PrivateKey
- extends java.lang.Object
- implements java.security.interfaces.ECPrivateKey, BCECPrivateKey, PKCS12BagAttributeCarrier
- See Also:
- Serialized Form
Fields inherited from interface java.security.interfaces.ECPrivateKey |
serialVersionUID |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JCEEC5PrivateKey
protected JCEEC5PrivateKey()
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.spec.ECParameterSpec getParams()
- Specified by:
getParams
in interface java.security.interfaces.ECKey
getParameters
public ECParameterSpec getParameters()
- Description copied from interface:
BCECKey
- return a parameter specification representing the EC domain parameters
for the key.
- Specified by:
getParameters
in interface BCECKey
getS
public java.math.BigInteger getS()
- Specified by:
getS
in interface java.security.interfaces.ECPrivateKey
getD
public java.math.BigInteger getD()
- Description copied from interface:
BCECPrivateKey
- return the private value D.
- Specified by:
getD
in interface BCECPrivateKey
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