ocean.util.cipher.misc.Padding

Miscellaneous cryptographic padding functions

Members

Functions

padPKCS5
ubyte[] padPKCS5(ubyte[] buffer)

PKCS#5 padding.

padPKCS7
ubyte[] padPKCS7(ubyte[] buffer, size_t pad_len)

PKCS#7 padding.

Meta

License

Boost Software License Version 1.0. See LICENSE_BOOST.txt for details. Alternatively, this file may be distributed under the terms of the Tango 3-Clause BSD License (see LICENSE_BSD.txt for details).