public class CredentialPKey extends Object implements Credential
| Constructor and Description |
|---|
CredentialPKey() |
CredentialPKey(PrivateKey privateKey,
PublicKey publicKey) |
CredentialPKey(String publicKey) |
| Modifier and Type | Method and Description |
|---|---|
AppAlgorithm |
getAlgorithn() |
PrivateKey |
getPrivateKey() |
PublicKey |
getPublicKey() |
public CredentialPKey(PrivateKey privateKey, PublicKey publicKey)
public CredentialPKey()
public AppAlgorithm getAlgorithn()
getAlgorithn in interface Credentialpublic PrivateKey getPrivateKey()
public PublicKey getPublicKey()
Copyright © 2020. All rights reserved.