public interface CryptoServiceProperties
| Modifier and Type | Method and Description |
|---|---|
int |
bitsOfSecurity()
Return the security level in bits.
|
Object |
getParams()
Return the parameters for the cryptographic service.
|
CryptoServicePurpose |
getPurpose()
Return the purpose of the cryptographic service.
|
String |
getServiceName()
Return the name of the cryptographic service.
|
int bitsOfSecurity()
Object getParams()
CryptoServicePurpose getPurpose()
String getServiceName()