| ASN.1 structure DER En/DeCoder.
PBMParameter ::= SEQUENCE {
salt OCTET STRING,
owf AlgorithmIdentifier, -- AlgId for a One-Way Function (SHA-1 recommended)
iterationCount INTEGER, -- number of times the OWF is applied
mac AlgorithmIdentifier -- the MAC AlgId (e.g., DES-MAC, Triple-DES-MAC [PKCS11],or HMAC [RFC2104, RFC2202])
}
|