Bouncy Castle Cryptography 1.71

org.bouncycastle.pkcs
Interface PKCS12MacCalculatorBuilder

All Known Implementing Classes:
BcPKCS12MacCalculatorBuilder, JcePKCS12MacCalculatorBuilder

public interface PKCS12MacCalculatorBuilder


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

Method Detail

build

public org.bouncycastle.operator.MacCalculator build(char[] password)
                                              throws org.bouncycastle.operator.OperatorCreationException

getDigestAlgorithmIdentifier

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

Bouncy Castle Cryptography 1.71