org.bouncycastle.crypto.constraints
Class DefaultServiceProperties
java.lang.Object
|
+--org.bouncycastle.crypto.constraints.DefaultServiceProperties
- All Implemented Interfaces:
- CryptoServiceProperties
- public class DefaultServiceProperties
- extends java.lang.Object
- implements CryptoServiceProperties
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
bitsOfSecurity
public int bitsOfSecurity()
- Specified by:
bitsOfSecurity
in interface CryptoServiceProperties
getServiceName
public java.lang.String getServiceName()
- Specified by:
getServiceName
in interface CryptoServiceProperties
getPurpose
public CryptoServicePurpose getPurpose()
- Specified by:
getPurpose
in interface CryptoServiceProperties
getParams
public java.lang.Object getParams()
- Specified by:
getParams
in interface CryptoServiceProperties