public class AsymmetricKeyPair extends Object
| Constructor and Description | 
|---|
AsymmetricKeyPair(String keyId,
                 AsymmetricKeyPairAlgorithm algorithm,
                 KeyPair keyPair)  | 
| Modifier and Type | Method and Description | 
|---|---|
AsymmetricKeyPairAlgorithm | 
getAlgorithm()  | 
String | 
getKeyId()  | 
KeyPair | 
getKeyPair()  | 
public AsymmetricKeyPair(String keyId, AsymmetricKeyPairAlgorithm algorithm, KeyPair keyPair)
public String getKeyId()
public AsymmetricKeyPairAlgorithm getAlgorithm()
public KeyPair getKeyPair()
Copyright © 2022. All rights reserved.