Bouncy Castle Cryptography Library 1.79

org.bouncycastle.pkcs
Interface PKCS12MacCalculatorBuilder

All Known Implementing Classes:
BcPKCS12MacCalculatorBuilder, JcePKCS12MacCalculatorBuilder

public interface PKCS12MacCalculatorBuilder


Method Summary
 MacCalculator build(char[] password)
           
 org.bouncycastle.asn1.x509.AlgorithmIdentifier getDigestAlgorithmIdentifier()
           
 

Method Detail

build

public MacCalculator build(char[] password)
                    throws OperatorCreationException

getDigestAlgorithmIdentifier

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

Bouncy Castle Cryptography Library 1.79