public class DefaultServiceProperties extends java.lang.Object implements CryptoServiceProperties
| Constructor and Description |
|---|
DefaultServiceProperties(java.lang.String algorithm,
int bitsOfSecurity) |
DefaultServiceProperties(java.lang.String algorithm,
int bitsOfSecurity,
java.lang.Object params) |
DefaultServiceProperties(java.lang.String algorithm,
int bitsOfSecurity,
java.lang.Object params,
CryptoServicePurpose purpose) |
| Modifier and Type | Method and Description |
|---|---|
int |
bitsOfSecurity() |
java.lang.Object |
getParams() |
CryptoServicePurpose |
getPurpose() |
java.lang.String |
getServiceName() |
public DefaultServiceProperties(java.lang.String algorithm,
int bitsOfSecurity)
public DefaultServiceProperties(java.lang.String algorithm,
int bitsOfSecurity,
java.lang.Object params)
public DefaultServiceProperties(java.lang.String algorithm,
int bitsOfSecurity,
java.lang.Object params,
CryptoServicePurpose purpose)
public int bitsOfSecurity()
bitsOfSecurity in interface CryptoServicePropertiespublic java.lang.String getServiceName()
getServiceName in interface CryptoServicePropertiespublic CryptoServicePurpose getPurpose()
getPurpose in interface CryptoServicePropertiespublic java.lang.Object getParams()
getParams in interface CryptoServiceProperties