package org.spongycastle.pkcs; import org.spongycastle.asn1.x509.AlgorithmIdentifier; public interface PKCS12MacCalculatorBuilderProvider { PKCS12MacCalculatorBuilder get(AlgorithmIdentifier algorithmIdentifier); }