Bouncy Castle Cryptography Library 1.77.0

org.bouncycastle.crypto
Interface CryptoServiceProperties

All Known Implementing Classes:
DefaultServiceProperties

public interface CryptoServiceProperties


Method Summary
 int bitsOfSecurity()
           
 java.lang.Object getParams()
           
 CryptoServicePurpose getPurpose()
           
 java.lang.String getServiceName()
           
 

Method Detail

bitsOfSecurity

public int bitsOfSecurity()

getServiceName

public java.lang.String getServiceName()

getPurpose

public CryptoServicePurpose getPurpose()

getParams

public java.lang.Object getParams()

Bouncy Castle Cryptography Library 1.77.0