Interface KeyType
-
- All Known Implementing Classes:
ECDH,ECDSA,ElGamal_ENCRYPT,ElGamal_GENERAL,RSA_ENCRYPT,RSA_GENERAL,RSA_SIGN
public interface KeyType
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PublicKeyAlgorithmgetAlgorithm()java.security.spec.AlgorithmParameterSpecgetAlgorithmSpec()java.lang.StringgetName()
-
-
-
Method Detail
-
getName
java.lang.String getName()
-
getAlgorithm
PublicKeyAlgorithm getAlgorithm()
-
getAlgorithmSpec
java.security.spec.AlgorithmParameterSpec getAlgorithmSpec()
-
-