Package org.mockserver.keys
Class AsymmetricKeyPair
- java.lang.Object
-
- org.mockserver.keys.AsymmetricKeyPair
-
public class AsymmetricKeyPair extends Object
-
-
Constructor Summary
Constructors Constructor Description AsymmetricKeyPair(String keyId, AsymmetricKeyPairAlgorithm algorithm, KeyPair keyPair)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AsymmetricKeyPairAlgorithmgetAlgorithm()StringgetKeyId()KeyPairgetKeyPair()
-
-
-
Constructor Detail
-
AsymmetricKeyPair
public AsymmetricKeyPair(String keyId, AsymmetricKeyPairAlgorithm algorithm, KeyPair keyPair)
-
-
Method Detail
-
getKeyId
public String getKeyId()
-
getAlgorithm
public AsymmetricKeyPairAlgorithm getAlgorithm()
-
getKeyPair
public KeyPair getKeyPair()
-
-