@apeleghq/cms-classes
Version:
A collection of utility classes to encode ASN.1 data following DER rules
7 lines • 475 B
text/typescript
import AlgorithmIdentifier from './AlgorithmIdentifier.cjs';
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