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