Class BcPKCS12PBMac1CalculatorBuilder

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.bouncycastle.operator.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
        Throws:
        java.io.IOException
    • Method Detail

      • build

        public org.bouncycastle.operator.MacCalculator build​(char[] password)
                                                      throws org.bouncycastle.operator.OperatorCreationException
        Specified by:
        build in interface PKCS12MacCalculatorBuilder
        Throws:
        org.bouncycastle.operator.OperatorCreationException