@opentdf/sdk
Preparing search index...
EncryptionInformation
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
integrity
Information
key
Access
method
policy
type
Properties
Readonly
integrity
Information
integrityInformation
:
{
encryptedSegmentSizeDefault
?:
number
;
rootSignature
:
{
alg
:
IntegrityAlgorithm
;
sig
:
string
}
;
segmentHashAlg
?:
IntegrityAlgorithm
;
segments
:
Segment
[]
;
segmentSizeDefault
?:
number
;
}
Readonly
key
Access
keyAccess
:
KeyAccessObject
[]
Readonly
method
method
:
{
algorithm
:
string
;
isStreamable
:
boolean
;
iv
:
string
}
policy
policy
:
string
Readonly
type
type
:
SplitType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
integrity
Information
key
Access
method
policy
type
@opentdf/sdk
Loading...