Bouncy Castle Cryptography Library 1.79

org.bouncycastle.cms
Class PasswordRecipient.PRF

java.lang.Object
  |
  +--org.bouncycastle.cms.PasswordRecipient.PRF
Enclosing class:
PasswordRecipient

public static final class PasswordRecipient.PRF
extends java.lang.Object


Field Summary
static PasswordRecipient.PRF HMacSHA1
           
static PasswordRecipient.PRF HMacSHA224
           
static PasswordRecipient.PRF HMacSHA256
           
static PasswordRecipient.PRF HMacSHA384
           
static PasswordRecipient.PRF HMacSHA512
           
 
Method Summary
 org.bouncycastle.asn1.x509.AlgorithmIdentifier getAlgorithmID()
           
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HMacSHA1

public static final PasswordRecipient.PRF HMacSHA1

HMacSHA224

public static final PasswordRecipient.PRF HMacSHA224

HMacSHA256

public static final PasswordRecipient.PRF HMacSHA256

HMacSHA384

public static final PasswordRecipient.PRF HMacSHA384

HMacSHA512

public static final PasswordRecipient.PRF HMacSHA512
Method Detail

getName

public java.lang.String getName()

getAlgorithmID

public org.bouncycastle.asn1.x509.AlgorithmIdentifier getAlgorithmID()

Bouncy Castle Cryptography Library 1.79