public class PKCS11Rc2MacSpec extends PKCS11MacSpec
DEFAULT_MAC_LENGTH, macLength_| Constructor and Description |
|---|
PKCS11Rc2MacSpec(javax.crypto.spec.RC2ParameterSpec spec)
Instantiates a new AlgorithmParameter Object.
|
PKCS11Rc2MacSpec(javax.crypto.spec.RC2ParameterSpec spec,
int macLength)
Instantiates a new AlgorithmParameter Object.
|
| Modifier and Type | Method and Description |
|---|---|
javax.crypto.spec.RC2ParameterSpec |
getRC2ParameterSpec()
Gets the RC2ParameterSpec.
|
getMacLengthpublic PKCS11Rc2MacSpec(javax.crypto.spec.RC2ParameterSpec spec)
spec - the RC2ParameterSpecpublic PKCS11Rc2MacSpec(javax.crypto.spec.RC2ParameterSpec spec,
int macLength)
spec - the RC2ParameterSpecmacLength - the mac lengthIAIK PKCS#11 Provider 1.10.0
(c) 2002 IAIK, (c) 2003, 2026 SIC