@apeleghq/cms-classes
Version:
A collection of utility classes to encode ASN.1 data following DER rules
7 lines • 489 B
text/typescript
import AlgorithmIdentifier from './AlgorithmIdentifier.cjs';
declare class KeyEncryptionAlgorithmIdentifier extends AlgorithmIdentifier {
static get pwriAes256cbc(): (aesIv: AllowSharedBufferSource) => Readonly<KeyEncryptionAlgorithmIdentifier>;
static get pwriAes256(): (nonce: AllowSharedBufferSource, icvLen?: number) => Readonly<KeyEncryptionAlgorithmIdentifier>;
}
export default KeyEncryptionAlgorithmIdentifier;
//# sourceMappingURL=KeyEncryptionAlgorithmIdentifier.d.ts.map