public abstract class AbstractPrivateKey extends java.lang.Object implements IMyPrivateKey
FIELD_XML_ELEMENT_CONTAINER_NAME, FIELD_XML_ELEMENT_NAME, XML_ATTR_ID, XML_ATTR_LANGUAGE, XML_ATTR_VERSION| Constructor and Description |
|---|
AbstractPrivateKey(mybouncycastle.org.bouncycastle.asn1.pkcs.PrivateKeyInfo a_keyInfo)
Creates a private key from a PrivateKeyInfo.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getEncoded()
Returns the key in a byte encoded form that is defined be the result of the method
getAsPrivateKeyInfo() . |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreatePublicKey, getAsPrivateKeyInfo, getSignatureAlgorithmtoXmlElementpublic AbstractPrivateKey(mybouncycastle.org.bouncycastle.asn1.pkcs.PrivateKeyInfo a_keyInfo)
a_keyInfo - a PrivateKeyInfopublic final byte[] getEncoded()
getAsPrivateKeyInfo() .getEncoded in interface java.security.KeyIMyPrivateKey.getAsPrivateKeyInfo()Copyright © 2023. All rights reserved.