@opentdf/sdk
    Preparing search index...

    Type Alias EncryptionInformation

    type EncryptionInformation = {
        integrityInformation: {
            encryptedSegmentSizeDefault?: number;
            rootSignature: { alg: IntegrityAlgorithm; sig: string };
            segmentHashAlg?: IntegrityAlgorithm;
            segments: Segment[];
            segmentSizeDefault?: number;
        };
        keyAccess: KeyAccessObject[];
        method: { algorithm: string; isStreamable: boolean; iv: string };
        policy: string;
        type: SplitType;
    }
    Index

    Properties

    integrityInformation: {
        encryptedSegmentSizeDefault?: number;
        rootSignature: { alg: IntegrityAlgorithm; sig: string };
        segmentHashAlg?: IntegrityAlgorithm;
        segments: Segment[];
        segmentSizeDefault?: number;
    }
    keyAccess: KeyAccessObject[]
    method: { algorithm: string; isStreamable: boolean; iv: string }
    policy: string
    type: SplitType