Additional top-level class in compilation unit: ConstructKeys.
Modifier and Type | Field and Description |
---|---|
private final String | |
private static final byte[] | |
private byte[] | |
private int | |
private boolean | |
private int | |
private final long | |
private int | |
private static final int | |
private static final int | |
private static final int | |
private static final int | |
private int | |
private P11Key | |
private static final int | |
private static final int | |
private int | |
private static final int | |
private SecureRandom | |
private Session | |
private AlgorithmParameterSpec | |
private final Token |
Access | Constructor and Description |
---|---|
pack-priv |
Modifier and Type | Method and Description |
---|---|
private void | |
private byte[] | |
protected byte[] | engineDoFinal(byte[]
the input buffer in, int the offset in inOfs, int input where the input startsthe input length inLen)Implements abstract javax. Encrypts or decrypts data in a single-part operation, or finishes a multiple-part operation. |
protected int | engineDoFinal(byte[]
the input buffer in, int the offset in inOfs, int input where the input
startsthe input length inLen, byte[] the buffer for the result out, int the offset in outOfs)output where the result
is storedImplements abstract javax. Encrypts or decrypts data in a single-part operation, or finishes a multiple-part operation. |
protected int | engineGetBlockSize()
Implements abstract javax. Returns the block size (in bytes). |
protected byte[] | engineGetIV()
Implements abstract javax. Returns the initialization vector (IV) in a new buffer. |
protected int | engineGetKeySize(Key
the key object key)Overrides javax. Returns the key size of the given key object in bits. |
protected int | engineGetOutputSize(int
the input length (in bytes) inputLen)Implements abstract javax. Returns the length in bytes that an output buffer would
need to be in order to hold the result of the next |
protected AlgorithmParameters | engineGetParameters()
Implements abstract javax. Returns the parameters used with this cipher. |
protected void | engineInit(int
the operation mode of this opmode, Key CipherSpi object
(this is one of the following:
ENCRYPT_MODE , DECRYPT_MODE ,
WRAP_MODE or UNWRAP_MODE )the encryption key key, SecureRandom the source of randomness random)Implements abstract javax. Initializes this |
protected void | engineInit(int
the operation mode of this opmode, Key CipherSpi object
(this is one of the following:
ENCRYPT_MODE , DECRYPT_MODE ,
WRAP_MODE , or UNWRAP_MODE )the encryption key key, AlgorithmParameterSpec the algorithm parameters params, SecureRandom the source of randomness random)Implements abstract javax. Initializes this |
protected void | engineInit(int
the operation mode of this opmode, Key CipherSpi object
(this is one of the following:
ENCRYPT_MODE , DECRYPT_MODE ,
WRAP_MODE , or UNWRAP_MODE )the encryption key key, AlgorithmParameters the algorithm parameters params, SecureRandom the source of randomness random)Implements abstract javax. Initializes this |
protected void | engineSetMode(String
the cipher mode mode)Implements abstract javax. Sets the mode of this cipher. |
protected void | engineSetPadding(String
the padding mechanism padding)Implements abstract javax. Sets the padding mechanism of this cipher. |
protected Key | engineUnwrap(byte[]
the key to be unwrapped wrappedKey, String the algorithm associated with the wrapped
key algorithm, int the type of the wrapped key. This is one of
type)SECRET_KEY , PRIVATE_KEY , or PUBLIC_KEY .Overrides javax. Unwrap a previously wrapped key. |
protected byte[] | engineUpdate(byte[]
the input buffer in, int the offset in inOfs, int input where the input startsthe input length inLen)Implements abstract javax. Continues a multiple-part encryption or decryption operation
(depending on how this |
protected int | engineUpdate(byte[]
the input buffer in, int the offset in inOfs, int input where the input
startsthe input length inLen, byte[] the buffer for the result out, int the offset in outOfs)output where the result
is storedImplements abstract javax. Continues a multiple-part encryption or decryption operation
(depending on how this |
protected byte[] | |
private void | |
private int | |
private void | |
private void | |
private void | |
private static SecretKey | polishPreMasterSecretKey(Token token, Session session, Exception failover, SecretKey unwrappedKey, int clientVersion, int serverVersion)
|
private void |
algorithm | back to summary |
---|---|
private final String algorithm |
B0 | back to summary |
---|---|
private static final byte[] B0 |
buffer | back to summary |
---|---|
private byte[] buffer |
bufOfs | back to summary |
---|---|
private int bufOfs |
initialized | back to summary |
---|---|
private boolean initialized |
maxInputSize | back to summary |
---|---|
private int maxInputSize |
mechanism | back to summary |
---|---|
private final long mechanism |
mode | back to summary |
---|---|
private int mode |
MODE_DECRYPT | back to summary |
---|---|
private static final int MODE_DECRYPT |
MODE_ENCRYPT | back to summary |
---|---|
private static final int MODE_ENCRYPT |
MODE_SIGN | back to summary |
---|---|
private static final int MODE_SIGN |
MODE_VERIFY | back to summary |
---|---|
private static final int MODE_VERIFY |
outputSize | back to summary |
---|---|
private int outputSize |
p11Key | back to summary |
---|---|
private P11Key p11Key |
PAD_NONE | back to summary |
---|---|
private static final int PAD_NONE |
PAD_PKCS1 | back to summary |
---|---|
private static final int PAD_PKCS1 |
padType | back to summary |
---|---|
private int padType |
PKCS1_MIN_PADDING_LENGTH | back to summary |
---|---|
private static final int PKCS1_MIN_PADDING_LENGTH |
random | back to summary |
---|---|
private SecureRandom random |
session | back to summary |
---|---|
private Session session |
spec | back to summary |
---|---|
private AlgorithmParameterSpec spec |
token | back to summary |
---|---|
private final Token token |
P11RSACipher | back to summary |
---|---|
pack-priv P11RSACipher(Token token, String algorithm, long mechanism) throws PKCS11Exception |
cancelOperation | back to summary |
---|---|
private void cancelOperation() |
doFinal | back to summary |
---|---|
private byte[] doFinal() throws BadPaddingException, IllegalBlockSizeException |
engineDoFinal | back to summary |
---|---|
protected byte[] engineDoFinal(byte[] in, int inOfs, int inLen) throws IllegalBlockSizeException, BadPaddingException Implements abstract javax. Doc from javax. Encrypts or decrypts data in a single-part operation,
or finishes a multiple-part operation.
The data is encrypted or decrypted, depending on how this
The first Upon finishing, this method resets this Note if any exception is thrown, this
|
engineDoFinal | back to summary |
---|---|
protected int engineDoFinal(byte[] in, int inOfs, int inLen, byte[] out, int outOfs) throws ShortBufferException, IllegalBlockSizeException, BadPaddingException Implements abstract javax. Doc from javax. Encrypts or decrypts data in a single-part operation,
or finishes a multiple-part operation.
The data is encrypted or decrypted, depending on how this
The first If the Upon finishing, this method resets this Note if any exception is thrown, this
|
engineGetBlockSize | back to summary |
---|---|
protected int engineGetBlockSize() Implements abstract javax. Doc from javax. Returns the block size (in bytes).
|
engineGetIV | back to summary |
---|---|
protected byte[] engineGetIV() Implements abstract javax. Doc from javax. Returns the initialization vector (IV) in a new buffer. This is useful in the context of password-based encryption or decryption, where the IV is derived from a user-provided passphrase.
|
engineGetKeySize | back to summary |
---|---|
protected int engineGetKeySize(Key key) throws InvalidKeyException Overrides javax. Doc from javax. Returns the key size of the given key object in bits. This concrete method has been added to this previously-defined
abstract class. It throws an
|
engineGetOutputSize | back to summary |
---|---|
protected int engineGetOutputSize(int inputLen) Implements abstract javax. Doc from javax. Returns the length in bytes that an output buffer would
need to be in order to hold the result of the next This call takes into account any unprocessed (buffered) data from a
previous The actual output length of the next
|
engineGetParameters | back to summary |
---|---|
protected AlgorithmParameters engineGetParameters() Implements abstract javax. Doc from javax. Returns the parameters used with this cipher. The returned parameters may be the same that were used to initialize
this cipher, or may contain additional default or random parameter
values used by the underlying cipher implementation. If the required
parameters were not supplied and can be generated by the cipher, the
generated parameters are returned. Otherwise,
|
engineInit | back to summary |
---|---|
protected void engineInit(int opmode, Key key, SecureRandom random) throws InvalidKeyException Implements abstract javax. Doc from javax. Initializes this The If this cipher requires any algorithm parameters that cannot be
derived from the given If this cipher requires algorithm parameters that cannot be derived from the input parameters, and there are no reasonable provider-specific default values, initialization will necessarily fail. If this cipher (including its feedback or padding scheme)
requires any random bytes (e.g., for parameter generation), it will get
them from Note that when a
|
engineInit | back to summary |
---|---|
protected void engineInit(int opmode, Key key, AlgorithmParameterSpec params, SecureRandom random) throws InvalidKeyException, InvalidAlgorithmParameterException Implements abstract javax. Doc from javax. Initializes this The If this cipher requires any algorithm parameters and
If this cipher requires algorithm parameters that cannot be derived from the input parameters, and there are no reasonable provider-specific default values, initialization will necessarily fail. If this cipher (including its feedback or padding scheme)
requires any random bytes (e.g., for parameter generation), it will get
them from Note that when a
|
engineInit | back to summary |
---|---|
protected void engineInit(int opmode, Key key, AlgorithmParameters params, SecureRandom random) throws InvalidKeyException, InvalidAlgorithmParameterException Implements abstract javax. Doc from javax. Initializes this The If this cipher requires any algorithm parameters and
If this cipher requires algorithm parameters that cannot be derived from the input parameters, and there are no reasonable provider-specific default values, initialization will necessarily fail. If this cipher (including its feedback or padding scheme)
requires any random bytes (e.g., for parameter generation), it will get
them from Note that when a
|
engineSetMode | back to summary |
---|---|
protected void engineSetMode(String mode) throws NoSuchAlgorithmException Implements abstract javax. Doc from javax. Sets the mode of this cipher.
|
engineSetPadding | back to summary |
---|---|
protected void engineSetPadding(String padding) throws NoSuchPaddingException Implements abstract javax. Doc from javax. Sets the padding mechanism of this cipher.
|
engineUnwrap | back to summary |
---|---|
protected Key engineUnwrap(byte[] wrappedKey, String algorithm, int type) throws InvalidKeyException, NoSuchAlgorithmException Overrides javax. Doc from javax. Unwrap a previously wrapped key. This concrete method has been added to this previously-defined
abstract class. (For backwards compatibility, it cannot be abstract.)
It may be overridden by a provider to unwrap a previously wrapped key.
Such an override is expected to throw an
|
engineUpdate | back to summary |
---|---|
protected byte[] engineUpdate(byte[] in, int inOfs, int inLen) Implements abstract javax. Doc from javax. Continues a multiple-part encryption or decryption operation
(depending on how this The first
|
engineUpdate | back to summary |
---|---|
protected int engineUpdate(byte[] in, int inOfs, int inLen, byte[] out, int outOfs) throws ShortBufferException Implements abstract javax. Doc from javax. Continues a multiple-part encryption or decryption operation
(depending on how this The first If the
|
engineWrap | back to summary |
---|---|
protected byte[] engineWrap(Key key) throws InvalidKeyException, IllegalBlockSizeException Overrides javax. Doc from javax. Wrap a key. This concrete method has been added to this previously-defined
abstract class. (For backwards compatibility, it cannot be abstract.)
It may be overridden by a provider to wrap a key.
Such an override is expected to throw an
|
ensureInitialized | back to summary |
---|---|
private void ensureInitialized() throws PKCS11Exception |
implDoFinal | back to summary |
---|---|
private int implDoFinal(byte[] out, int outOfs, int outLen) throws BadPaddingException, IllegalBlockSizeException |
implInit | back to summary |
---|---|
private void implInit(int opmode, Key key) throws InvalidKeyException |
implUpdate | back to summary |
---|---|
private void implUpdate(byte[] in, int inOfs, int inLen) |
initialize | back to summary |
---|---|
private void initialize() throws PKCS11Exception |
polishPreMasterSecretKey | back to summary |
---|---|
private static SecretKey polishPreMasterSecretKey(Token token, Session session, Exception failover, SecretKey unwrappedKey, int clientVersion, int serverVersion) |
reset | back to summary |
---|---|
private void reset(boolean doCancel) |