Class | Description |
---|---|
BigIntegerCounterNonce |
Uses a
BigInteger to back a counter in order to produce nonces of arbitrary length. |
EncryptedNonce |
Nonce generation strategy that produces a random value according to NIST
SP-800-38a, appendix C, method 1 (encrypted nonce), suitable for use with any block cipher mode described in that
standard except OFB.
|
LongCounterNonce |
Simple counter nonce that uses a long integer counter internally and produces 8-byte nonces.
|
RBGNonce |
Nonce generation strategy that produces a random value according to NIST
SP-800-38a, appendix C, method 2 (random number generator), suitable for use with any block cipher mode described
in that standard except OFB.
|
Copyright © 2003-2024 Virginia Tech. All Rights Reserved.