Provides the classes and interfaces for cryptographic
operations.
-
protected abstract byte[]
Generates the exemption mechanism key blob.
protected abstract int
Generates the exemption mechanism key blob, and stores the result in
the output
buffer, starting at outputOffset
inclusive.
protected abstract void
Initializes this exemption mechanism with a key.
protected abstract void
Initializes this exemption mechanism with a key and a set of algorithm
parameters.
protected abstract void
Initializes this exemption mechanism with a key and a set of algorithm
parameters.
final byte[]
Generates the exemption mechanism key blob.
final int
Generates the exemption mechanism key blob, and stores the result in
the output
buffer.
final int
Generates the exemption mechanism key blob, and stores the result in
the output
buffer, starting at outputOffset
inclusive.
final void
Initializes this exemption mechanism with a key.
final void
Initializes this exemption mechanism with a key and a set of algorithm
parameters.
final void
Initializes this exemption mechanism with a key and a set of algorithm
parameters.
final boolean
Returns whether the result blob has been generated successfully by this
exemption mechanism.