public class PrivateKey extends Key
Key,
PublicKey,
Serialized Form| Constructor and Description |
|---|
PrivateKey(byte[] encoded)
Create new instance of
PrivateKey. |
PrivateKey(String encoded)
Create a new instance of
PrivateKey. |
public PrivateKey(byte[] encoded)
PrivateKey.encoded - the encoded private key.public PrivateKey(String encoded)
PrivateKey.encoded - the private key as String.Copyright © 2016. All rights reserved.