hunt.security.util.DerInputBuffer

Undocumented in source.

Members

Aliases

BigInteger
alias BigInteger = BigInt
Undocumented in source.

Classes

DerInputBuffer
class DerInputBuffer

DER input buffer ... this is the main abstraction in the DER library which actively works with the "untyped byte stream" abstraction. It does so with impunity, since it's not intended to be exposed to anyone who could violate the "typed value stream" DER model and hence corrupt the input stream of DER values.

Meta