src/main/java/com/amazonaws/encryptionsdk/CryptoAlgorithm.java [188:199]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    this(
        messageFormatVersion,
        blockSizeBits,
        nonceLenBytes,
        tagLenBytes,
        maxContentLen,
        keyAlgo,
        keyLenBytes,
        value,
        dataKeyAlgo,
        dataKeyLen,
        safeToCache,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/com/amazonaws/encryptionsdk/CryptoAlgorithm.java [218:229]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    this(
        messageFormatVersion,
        blockSizeBits,
        nonceLenBytes,
        tagLenBytes,
        maxContentLen,
        keyAlgo,
        keyLenBytes,
        value,
        dataKeyAlgo,
        dataKeyLen,
        safeToCache,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



