@apeleghq/cms-classes
Version:
A collection of utility classes to encode ASN.1 data following DER rules
8 lines • 418 B
text/typescript
import { Asn1Sequence } from '@apeleghq/asn1-der';
import type EncryptedContentInfo from './EncryptedContentInfo.cjs';
import type UnprotectedAttributes from './UnprotectedAttributes.cjs';
declare class EncryptedData extends Asn1Sequence {
constructor(encryptedContentInfo: EncryptedContentInfo, unprotectedAttrs?: UnprotectedAttributes);
}
export default EncryptedData;
//# sourceMappingURL=EncryptedData.d.ts.map