public class PKCS11KeyPair extends Object
| Constructor and Description |
|---|
PKCS11KeyPair(long publicKey,
long privateKey)
Constructor that takes a public and a private key.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getPrivateKey()
Get the private key part of this key-pair.
|
long |
getPublicKey()
Get the public key part of this key-pair.
|
String |
toString()
Returns a string representation of the current object.
|
public PKCS11KeyPair(long publicKey,
long privateKey)
publicKey - The public key of the key-pair.privateKey - The private key of the key-pair.Copyright © 2023. All rights reserved.