GCM.getUnderlyingCipher

  1. IBlockCipher getUnderlyingCipher()
  2. T getUnderlyingCipher()
    struct GCM(T)
    ref
    T
    getUnderlyingCipher
    pure nothrow @nogc
    (
    )
    if (
    is(T == void) ||
    (
    T.blockSize == 16
    )
    )

Return Value

Type: T

the cipher this object wraps.

Meta