Bouncy Castle Cryptography Library 1.79

org.bouncycastle.operator.bc
Interface BcDigestProvider

All Known Implementing Classes:
BcDefaultDigestProvider

public interface BcDigestProvider


Method Summary
 org.bouncycastle.crypto.ExtendedDigest get(org.bouncycastle.asn1.x509.AlgorithmIdentifier digestAlgorithmIdentifier)
           
 

Method Detail

get

public org.bouncycastle.crypto.ExtendedDigest get(org.bouncycastle.asn1.x509.AlgorithmIdentifier digestAlgorithmIdentifier)
                                           throws OperatorCreationException

Bouncy Castle Cryptography Library 1.79