SecureBlackbox Lite 2020 Java Edition

Questions / Feedback?

VerifyStream Method

Verifies an enveloping or enveloped signature contained in a stream.

Syntax

public void verifyStream(java.io.InputStream sourceStream, java.io.OutputStream destStream);

Remarks

Use this method to verify an enveloping or enveloped signature and extract the original data into a stream.

The outcome of the validation is stored in SignatureValidationResult property.

Provide the public verification key via the Key property before commencing the validation.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox Lite 2020 Java Edition - Version 20.0 [Build 8166]