Modifier and Type | Field and Description |
---|---|
private final String | |
private final long | |
private P11Key | |
private byte[] | |
private int | |
private final Token |
Access | Constructor and Description |
---|---|
pack-priv |
Modifier and Type | Method and Description |
---|---|
protected Key | engineDoPhase(Key
the key for this phase. For example, in the case of
Diffie-Hellman between 2 parties, this would be the other party's
Diffie-Hellman public key. key, boolean flag which indicates whether this is the last
phase of this key agreement. lastPhase)Implements abstract javax. Executes the next phase of this key agreement with the given key that was received from one of the other parties involved in this key agreement. |
protected byte[] | engineGenerateSecret()
Implements abstract javax. Generates the shared secret and returns it in a new buffer. |
protected int | engineGenerateSecret(byte[]
the buffer for the shared secret sharedSecret, int the offset in offset)sharedSecret where the
shared secret will be storedImplements abstract javax. Generates the shared secret, and places it into the buffer
|
protected SecretKey | engineGenerateSecret(String
the requested secret key algorithm algorithm)Implements abstract javax. Creates the shared secret and returns it as a secret key object of the requested algorithm type. |
protected void | engineInit(Key
the party's private information. For example, in the case
of the Diffie-Hellman key agreement, this would be the party's own
Diffie-Hellman private key. key, SecureRandom the source of randomness random)Implements abstract javax. Initializes this key agreement with the given key and source of randomness. |
protected void | engineInit(Key
the party's private information. For example, in the case
of the Diffie-Hellman key agreement, this would be the party's own
Diffie-Hellman private key. key, AlgorithmParameterSpec the key agreement parameters params, SecureRandom the source of randomness random)Implements abstract javax. Initializes this key agreement with the given key, set of algorithm parameters, and source of randomness. |
private SecretKey |
algorithm | back to summary |
---|---|
private final String algorithm |
mechanism | back to summary |
---|---|
private final long mechanism |
privateKey | back to summary |
---|---|
private P11Key privateKey |
publicValue | back to summary |
---|---|
private byte[] publicValue |
secretLen | back to summary |
---|---|
private int secretLen |
token | back to summary |
---|---|
private final Token token |
P11ECDHKeyAgreement | back to summary |
---|---|
pack-priv P11ECDHKeyAgreement(Token token, String algorithm, long mechanism) |
engineDoPhase | back to summary |
---|---|
protected Key engineDoPhase(Key key, boolean lastPhase) throws InvalidKeyException, IllegalStateException Implements abstract javax. Doc from javax. Executes the next phase of this key agreement with the given key that was received from one of the other parties involved in this key agreement.
|
engineGenerateSecret | back to summary |
---|---|
protected byte[] engineGenerateSecret() throws IllegalStateException Implements abstract javax. Doc from javax. Generates the shared secret and returns it in a new buffer. This method resets this
|
engineGenerateSecret | back to summary |
---|---|
protected int engineGenerateSecret(byte[] sharedSecret, int offset) throws IllegalStateException, ShortBufferException Implements abstract javax. Doc from javax. Generates the shared secret, and places it into the buffer
If the This method resets this
|
engineGenerateSecret | back to summary |
---|---|
protected SecretKey engineGenerateSecret(String algorithm) throws IllegalStateException, NoSuchAlgorithmException, InvalidKeyException Implements abstract javax. Doc from javax. Creates the shared secret and returns it as a secret key object of the requested algorithm type. This method resets this
|
engineInit | back to summary |
---|---|
protected void engineInit(Key key, SecureRandom random) throws InvalidKeyException Implements abstract javax. Doc from javax. Initializes this key agreement with the given key and source of randomness. The given key is required to contain all the algorithm parameters required for this key agreement. If the key agreement algorithm requires random bytes, it gets them
from the given source of randomness,
|
engineInit | back to summary |
---|---|
protected void engineInit(Key key, AlgorithmParameterSpec params, SecureRandom random) throws InvalidKeyException, InvalidAlgorithmParameterException Implements abstract javax. Doc from javax. Initializes this key agreement with the given key, set of algorithm parameters, and source of randomness.
|
nativeGenerateSecret | back to summary |
---|---|
private SecretKey nativeGenerateSecret(String algorithm) throws IllegalStateException, NoSuchAlgorithmException, InvalidKeyException |