Class DefaultServiceProperties
- java.lang.Object
-
- org.bouncycastle.crypto.constraints.DefaultServiceProperties
-
- All Implemented Interfaces:
CryptoServiceProperties
public class DefaultServiceProperties extends java.lang.Object implements CryptoServiceProperties
-
-
Constructor Summary
Constructors Constructor 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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intbitsOfSecurity()java.lang.ObjectgetParams()CryptoServicePurposegetPurpose()java.lang.StringgetServiceName()
-
-
-
Constructor Detail
-
DefaultServiceProperties
public DefaultServiceProperties(java.lang.String algorithm, int bitsOfSecurity)
-
DefaultServiceProperties
public DefaultServiceProperties(java.lang.String algorithm, int bitsOfSecurity, java.lang.Object params)
-
DefaultServiceProperties
public DefaultServiceProperties(java.lang.String algorithm, int bitsOfSecurity, java.lang.Object params, CryptoServicePurpose purpose)
-
-
Method Detail
-
bitsOfSecurity
public int bitsOfSecurity()
- Specified by:
bitsOfSecurityin interfaceCryptoServiceProperties
-
getServiceName
public java.lang.String getServiceName()
- Specified by:
getServiceNamein interfaceCryptoServiceProperties
-
getPurpose
public CryptoServicePurpose getPurpose()
- Specified by:
getPurposein interfaceCryptoServiceProperties
-
getParams
public java.lang.Object getParams()
- Specified by:
getParamsin interfaceCryptoServiceProperties
-
-