public class BcPKCS12MacCalculatorBuilder extends java.lang.Object implements PKCS12MacCalculatorBuilder
| Constructor and Description |
|---|
BcPKCS12MacCalculatorBuilder() |
BcPKCS12MacCalculatorBuilder(org.spongycastle.crypto.ExtendedDigest digest,
org.spongycastle.asn1.x509.AlgorithmIdentifier algorithmIdentifier) |
| Modifier and Type | Method and Description |
|---|---|
MacCalculator |
build(char[] password) |
org.spongycastle.asn1.x509.AlgorithmIdentifier |
getDigestAlgorithmIdentifier() |
public BcPKCS12MacCalculatorBuilder()
public BcPKCS12MacCalculatorBuilder(org.spongycastle.crypto.ExtendedDigest digest,
org.spongycastle.asn1.x509.AlgorithmIdentifier algorithmIdentifier)
public org.spongycastle.asn1.x509.AlgorithmIdentifier getDigestAlgorithmIdentifier()
getDigestAlgorithmIdentifier in interface PKCS12MacCalculatorBuilderpublic MacCalculator build(char[] password)
build in interface PKCS12MacCalculatorBuilder