public class PKCS11Rc5MacSpec extends PKCS11MacSpec
DEFAULT_MAC_LENGTH, macLength_| Constructor and Description |
|---|
PKCS11Rc5MacSpec(javax.crypto.spec.RC5ParameterSpec spec)
Instantiates a new AlgorithmParamterSpec.
|
PKCS11Rc5MacSpec(javax.crypto.spec.RC5ParameterSpec spec,
int macLength)
Instantiates a new pKC s11 rc5 mac spec.
|
| Modifier and Type | Method and Description |
|---|---|
javax.crypto.spec.RC5ParameterSpec |
getRC5ParameterSpec()
Gets the r c5 parameter spec.
|
getMacLengthpublic PKCS11Rc5MacSpec(javax.crypto.spec.RC5ParameterSpec spec)
spec - the RC5ParameterSpec to be supplied to the MAC_GENERAL mechanismpublic PKCS11Rc5MacSpec(javax.crypto.spec.RC5ParameterSpec spec,
int macLength)
spec - the RC5ParameterSpec to be supplied to the MAC_GENERAL mechanismmacLength - the mac lengthIAIK PKCS#11 Provider 1.10.0
(c) 2002 IAIK, (c) 2003, 2026 SIC