Modifier and Type | Class and Description |
---|---|
pack-priv static class | |
pack-priv static class | |
public static class | |
pack-priv static class | |
pack-priv static class | |
pack-priv static class | |
pack-priv static class | |
pack-priv static class | |
pack-priv static class |
Modifier and Type | Field and Description |
---|---|
private ByteArrayOutputStream | |
private HSS. |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
protected AlgorithmParameters | engineGetParameter(String
the string name of the parameter. param)Implements abstract java.
Deprecated
Gets the value of the specified algorithm parameter. |
protected AlgorithmParameters | engineGetParameters()
Overrides java. Returns the parameters used with this |
protected void | engineInitSign(PrivateKey
the private key of the identity whose signature
will be generated. privateKey)Implements abstract java. Initializes this |
protected void | engineInitSign(PrivateKey
the private key of the identity whose signature
will be generated. prk, SecureRandom the source of randomness sr)Overrides java. Initializes this |
protected void | engineInitVerify(PublicKey
the public key of the identity whose signature is
going to be verified. publicKey)Implements abstract java. Initializes this |
protected void | engineSetParameter(String
the string identifier of the parameter. param, Object the parameter value. value)Implements abstract java.
Deprecated
Sets the specified algorithm parameter to the specified value. |
protected void | engineSetParameter(AlgorithmParameterSpec
the parameters params)Overrides java. Initializes this |
protected byte[] | engineSign()
Implements abstract java. Returns the signature bytes of all the data updated so far. |
protected void | engineUpdate(byte
the byte to use for the update. data)Implements abstract java. Updates the data to be signed or verified using the specified byte. |
protected void | engineUpdate(byte[]
the array of bytes data, int the offset to start from in the array of bytes off, int the number of bytes to use, starting at offset len)Implements abstract java. Updates the data to be signed or verified, using the specified array of bytes, starting at the specified offset. |
protected boolean | engineVerify(byte[]
the signature bytes to be verified. signature)Implements abstract java. Verifies the passed-in signature. |