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.
byte[]
Generates the exemption mechanism key blob.
int
Generates the exemption mechanism key blob, and stores the result in
the output
buffer.
int
Generates the exemption mechanism key blob, and stores the result in
the output
buffer, starting at outputOffset
inclusive.
void
Initializes this exemption mechanism with a key.
void
Initializes this exemption mechanism with a key and a set of algorithm
parameters.
void
Initializes this exemption mechanism with a key and a set of algorithm
parameters.
boolean
Returns whether the result blob has been generated successfully by this
exemption mechanism.