| |
|
| java.lang.Object org.bouncycastle.jce.provider.JCEDHPrivateKey
dhSpec | DHParameterSpec dhSpec(Code) | | |
serialVersionUID | final static long serialVersionUID(Code) | | |
JCEDHPrivateKey | protected JCEDHPrivateKey()(Code) | | |
JCEDHPrivateKey | JCEDHPrivateKey(DHPrivateKey key)(Code) | | |
JCEDHPrivateKey | JCEDHPrivateKey(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) | | |
|
|
|