Class KeySize

    • Field Detail

      • size

        @Nonnull
        private Integer size
        Key size.
    • Constructor Detail

      • KeySize

        public KeySize​(@Nonnull
                       Integer keySize)
        Constructor.
        Parameters:
        keySize - the key size, in bits
    • Method Detail

      • getSize

        @Nonnull
        public Integer getSize()
        Get the key size, in bits.
        Returns:
        the key size in bits