Modifier and Type | Class and Description |
---|---|
private static interface | |
private static class |
Modifier and Type | Field and Description |
---|---|
private final String | |
private int | |
private final int | |
private int | |
private boolean | |
private int | |
private boolean | |
private byte[] | |
private final String | |
private final long | |
private static final int | |
private static final int | |
private static final int | |
private static final JavaNioAccess | |
private P11Key | |
private static final int | |
private static final int | |
private byte[] | |
private int | |
private P11Cipher. | |
private int | |
private boolean | |
private Session | |
private final Token |
Access | Constructor and Description |
---|---|
pack-priv |
Modifier and Type | Method and Description |
---|---|
private final void | |
private final void | |
private void | |
private int | |
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 | engineDoFinal(ByteBuffer
the input ByteBuffer inBuffer, ByteBuffer the output ByteBuffer outBuffer)Overrides 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 wrappedKeyAlgorithm, int the type of the wrapped key. This is one of
wrappedKeyType)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 int | engineUpdate(ByteBuffer
the input ByteBuffer inBuffer, ByteBuffer the output ByteBuffer outBuffer)Overrides javax. Continues a multiple-part encryption or decryption operation
(depending on how this |
protected byte[] | |
private void | |
private void | |
private int | |
private int | |
private void | |
private int | |
private int | |
private void | |
private int | |
private void | |
private int |
algorithm | back to summary |
---|---|
private final String algorithm |
blockMode | back to summary |
---|---|
private int blockMode |
blockSize | back to summary |
---|---|
private final int blockSize |
bytesBuffered | back to summary |
---|---|
private int bytesBuffered |
encrypt | back to summary |
---|---|
private boolean encrypt |
fixedKeySize | back to summary |
---|---|
private int fixedKeySize |
initialized | back to summary |
---|---|
private boolean initialized |
iv | back to summary |
---|---|
private byte[] iv |
keyAlgorithm | back to summary |
---|---|
private final String keyAlgorithm |
mechanism | back to summary |
---|---|
private final long mechanism |
MODE_CBC | back to summary |
---|---|
private static final int MODE_CBC |
MODE_CTR | back to summary |
---|---|
private static final int MODE_CTR |
MODE_ECB | back to summary |
---|---|
private static final int MODE_ECB |
NIO_ACCESS | back to summary |
---|---|
private static final JavaNioAccess NIO_ACCESS |
p11Key | back to summary |
---|---|
private P11Key p11Key |
PAD_NONE | back to summary |
---|---|
private static final int PAD_NONE |
PAD_PKCS5 | back to summary |
---|---|
private static final int PAD_PKCS5 |
padBuffer | back to summary |
---|---|
private byte[] padBuffer |
padBufferLen | back to summary |
---|---|
private int padBufferLen |
paddingObj | back to summary |
---|---|
private P11Cipher. |
paddingType | back to summary |
---|---|
private int paddingType |
reqBlockUpdates | back to summary |
---|---|
private boolean reqBlockUpdates |
session | back to summary |
---|---|
private Session session |
token | back to summary |
---|---|
private final Token token |
P11Cipher | back to summary |
---|---|
pack-priv P11Cipher(Token token, String algorithm, long mechanism) throws PKCS11Exception, NoSuchAlgorithmException |
bufferInputBytes | back to summary |
---|---|
private final void bufferInputBytes(byte[] in, int inOfs, int len) |
bufferInputBytes | back to summary |
---|---|
private final void bufferInputBytes(ByteBuffer inBuffer, int len) |
cancelOperation | back to summary |
---|---|
private void cancelOperation() |
doFinalLength | back to summary |
---|---|
private int doFinalLength(int inLen) |
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
|
engineDoFinal | back to summary |
---|---|
protected int engineDoFinal(ByteBuffer inBuffer, ByteBuffer outBuffer) throws ShortBufferException, IllegalBlockSizeException, BadPaddingException Overrides 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
All If Upon finishing, this method resets this Note if any exception is thrown, this Subclasses should consider overriding this method if they can process ByteBuffers more efficiently than byte arrays.
|
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 wrappedKeyAlgorithm, int wrappedKeyType) 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
|
engineUpdate | back to summary |
---|---|
protected int engineUpdate(ByteBuffer inBuffer, ByteBuffer outBuffer) throws ShortBufferException Overrides javax. Doc from javax. Continues a multiple-part encryption or decryption operation
(depending on how this All If Subclasses should consider overriding this method if they can process ByteBuffers more efficiently than byte arrays.
|
engineWrap | back to summary |
---|---|
protected byte[] engineWrap(Key key) throws IllegalBlockSizeException, InvalidKeyException 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 |
handleException | back to summary |
---|---|
private void handleException(PKCS11Exception e) throws ShortBufferException, IllegalBlockSizeException |
implDoFinal | back to summary |
---|---|
private int implDoFinal(byte[] out, int outOfs, int outLen) throws ShortBufferException, IllegalBlockSizeException, BadPaddingException |
implDoFinal | back to summary |
---|---|
private int implDoFinal(ByteBuffer outBuffer) throws ShortBufferException, IllegalBlockSizeException, BadPaddingException |
implInit | back to summary |
---|---|
private void implInit(int opmode, Key key, byte[] iv, SecureRandom random) throws InvalidKeyException, InvalidAlgorithmParameterException |
implUpdate | back to summary |
---|---|
private int implUpdate(byte[] in, int inOfs, int inLen, byte[] out, int outOfs, int outLen) throws ShortBufferException |
implUpdate | back to summary |
---|---|
private int implUpdate(ByteBuffer inBuffer, ByteBuffer outBuffer) throws ShortBufferException |
initialize | back to summary |
---|---|
private void initialize() throws PKCS11Exception |
parseMode | back to summary |
---|---|
private int parseMode(String mode) throws NoSuchAlgorithmException |
reset | back to summary |
---|---|
private void reset(boolean doCancel) |
updateLength | back to summary |
---|---|
private int updateLength(int inLen) |
Modifier and Type | Method and Description |
---|---|
public int | |
public int |
setPaddingBytes | back to summary |
---|---|
public int setPaddingBytes(byte[] paddingBuffer, int startOff, int padLen) |
unpad | back to summary |
---|---|
public int unpad(byte[] paddedData, int len) throws BadPaddingException, IllegalBlockSizeException |
Modifier and Type | Field and Description |
---|---|
private final int |
Access | Constructor and Description |
---|---|
pack-priv |
Modifier and Type | Method and Description |
---|---|
public int | setPaddingBytes(byte[] paddingBuffer, int startOff, int padLen)
Implements sun.
|
public int |
blockSize | back to summary |
---|---|
private final int blockSize |
PKCS5Padding | back to summary |
---|---|
pack-priv PKCS5Padding(int blockSize) throws NoSuchPaddingException |
setPaddingBytes | back to summary |
---|---|
public int setPaddingBytes(byte[] paddingBuffer, int startOff, int padLen) Implements sun. |
unpad | back to summary |
---|---|
public int unpad(byte[] paddedData, int len) throws BadPaddingException, IllegalBlockSizeException Implements sun. |