pub fn read_verified<P, C>(
path: impl AsRef<Path>,
key_provider: &P,
codec: &C,
options: &DntOpenOptions,
) -> DntResult<OpenedDnt>where
P: DntKeyProvider,
C: DntCodec,Expand description
Reads, authenticates and opens one DNT file.