Interface GordianKeyPair
public interface GordianKeyPair
Asymmetric KeyPair.
-
Method Summary
Modifier and TypeMethodDescriptionObtain the keyPairSpec.booleanIs only the public key known?
-
Method Details
-
getKeyPairSpec
GordianKeyPairSpec getKeyPairSpec()Obtain the keyPairSpec.- Returns:
- the keyPairSpec
-
isPublicOnly
boolean isPublicOnly()Is only the public key known?- Returns:
- true/false
-