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 int
bitsOfSecurity()
java.lang.Object
getParams()
CryptoServicePurpose
getPurpose()
java.lang.String
getServiceName()
-
-
-
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:
bitsOfSecurity
in interfaceCryptoServiceProperties
-
getServiceName
public java.lang.String getServiceName()
- Specified by:
getServiceName
in interfaceCryptoServiceProperties
-
getPurpose
public CryptoServicePurpose getPurpose()
- Specified by:
getPurpose
in interfaceCryptoServiceProperties
-
getParams
public java.lang.Object getParams()
- Specified by:
getParams
in interfaceCryptoServiceProperties
-
-