Bouncy Castle Cryptography Library 1.79

org.bouncycastle.operator.bc
Class BcDefaultDigestProvider

java.lang.Object
  |
  +--org.bouncycastle.operator.bc.BcDefaultDigestProvider
All Implemented Interfaces:
BcDigestProvider

public class BcDefaultDigestProvider
extends java.lang.Object
implements BcDigestProvider


Field Summary
static BcDigestProvider INSTANCE
           
 
Method Summary
 org.bouncycastle.crypto.ExtendedDigest get(org.bouncycastle.asn1.x509.AlgorithmIdentifier digestAlgorithmIdentifier)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final BcDigestProvider INSTANCE
Method Detail

get

public org.bouncycastle.crypto.ExtendedDigest get(org.bouncycastle.asn1.x509.AlgorithmIdentifier digestAlgorithmIdentifier)
                                           throws OperatorCreationException
Specified by:
get in interface BcDigestProvider

Bouncy Castle Cryptography Library 1.79