UNPKG

@apeleghq/cms-classes

Version:

A collection of utility classes to encode ASN.1 data following DER rules

7 lines 474 B
import AlgorithmIdentifier from './AlgorithmIdentifier.js'; declare class KeyEncryptionAlgorithmIdentifier extends AlgorithmIdentifier { static get pwriAes256cbc(): (aesIv: AllowSharedBufferSource) => Readonly<KeyEncryptionAlgorithmIdentifier>; static get pwriAes256gcm(): (nonce: AllowSharedBufferSource) => Readonly<KeyEncryptionAlgorithmIdentifier>; } export default KeyEncryptionAlgorithmIdentifier; //# sourceMappingURL=KeyEncryptionAlgorithmIdentifier.d.ts.map