| |
|
| java.lang.Object org.bouncycastle.jce.provider.JCEElGamalPrivateKey
serialVersionUID | final static long serialVersionUID(Code) | | |
JCEElGamalPrivateKey | protected JCEElGamalPrivateKey()(Code) | | |
JCEElGamalPrivateKey | JCEElGamalPrivateKey(DHPrivateKey key)(Code) | | |
JCEElGamalPrivateKey | JCEElGamalPrivateKey(DHPrivateKeySpec spec)(Code) | | |
getEncoded | public byte[] getEncoded()(Code) | | Return a PKCS8 representation of the key. The sequence returned
represents a full PrivateKeyInfo object.
a PKCS8 representation of the key. |
getFormat | public String getFormat()(Code) | | return the encoding format we produce in getEncoded().
the string "PKCS#8" |
getParams | public DHParameterSpec getParams()(Code) | | |
|
|
|