Interface KeyLengthSpecifiedAlgorithm

All Superinterfaces:
AlgorithmDescriptor
All Known Subinterfaces:
BlockEncryptionAlgorithm, SymmetricKeyWrapAlgorithm
All Known Implementing Classes:
BlockEncryptionAES128CBC, BlockEncryptionAES128GCM, BlockEncryptionAES192CBC, BlockEncryptionAES192GCM, BlockEncryptionAES256CBC, BlockEncryptionAES256GCM, BlockEncryptionDESede, SymmetricKeyWrapAES128, SymmetricKeyWrapAES192, SymmetricKeyWrapAES256, SymmetricKeyWrapDESede

public interface KeyLengthSpecifiedAlgorithm extends AlgorithmDescriptor
Interface for algorithm descriptors which specify a key length.
  • Method Details

    • getKeyLength

      @Nonnull Integer getKeyLength()
      Get the length of the key specified by this algorithm.
      Returns:
      the specified key length