Bouncy Castle Cryptography Library 1.81

org.bouncycastle.pkcs.bc
Class BcPKCS12PBMac1CalculatorBuilder

java.lang.Object
  extended byorg.bouncycastle.pkcs.bc.BcPKCS12PBMac1CalculatorBuilder
All Implemented Interfaces:
PKCS12MacCalculatorBuilder

public class BcPKCS12PBMac1CalculatorBuilder
extends java.lang.Object
implements PKCS12MacCalculatorBuilder


Constructor Summary
BcPKCS12PBMac1CalculatorBuilder(org.bouncycastle.asn1.pkcs.PBMAC1Params pbeMacParams)
           
 
Method Summary
 MacCalculator build(char[] password)
           
 org.bouncycastle.asn1.x509.AlgorithmIdentifier getDigestAlgorithmIdentifier()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BcPKCS12PBMac1CalculatorBuilder

public BcPKCS12PBMac1CalculatorBuilder(org.bouncycastle.asn1.pkcs.PBMAC1Params pbeMacParams)
                                throws java.io.IOException
Method Detail

getDigestAlgorithmIdentifier

public org.bouncycastle.asn1.x509.AlgorithmIdentifier getDigestAlgorithmIdentifier()
Specified by:
getDigestAlgorithmIdentifier in interface PKCS12MacCalculatorBuilder

build

public MacCalculator build(char[] password)
                    throws OperatorCreationException
Specified by:
build in interface PKCS12MacCalculatorBuilder
Throws:
OperatorCreationException

Bouncy Castle Cryptography Library 1.81