Bouncy Castle Cryptography Library 1.81

org.bouncycastle.pkcs
Interface PKCS12MacCalculatorBuilder

All Known Implementing Classes:
BcPKCS12MacCalculatorBuilder, BcPKCS12PBMac1CalculatorBuilder, 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
Throws:
OperatorCreationException

getDigestAlgorithmIdentifier

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

Bouncy Castle Cryptography Library 1.81