Interface KeySizeIndicator
- All Known Subinterfaces:
Cipher,CipherFactory,CipherInformation
- All Known Implementing Classes:
AbstractGeneratorHostKeyProvider,BaseCBCCipher,BaseCipher,BaseCTRCipher,BaseGCMCipher,BaseRC4Cipher,BouncyCastleGeneratorHostKeyProvider,BuiltinCiphers,ChaCha20Cipher,CipherNone,ECCurves,KeyRandomArt,SimpleGeneratorHostKeyProvider
public interface KeySizeIndicator
- Author:
- Apache MINA SSHD Project
-
Method Summary
-
Method Details
-
getKeySize
int getKeySize()- Returns:
- The number of bits used in the key
-