SecureBlackbox 2020 Android Edition

Questions / Feedback?

EncryptionType Property

The encryption type used to encrypt the document.

Syntax

public int getEncryptionType();


Enumerated values: public final static int oetDefault = 0; public final static int oetBinaryRC4 = 1; public final static int oetBinaryRC4CryptoAPI = 2; public final static int oetOpenXMLStandard = 3; public final static int oetOpenXMLAgile = 4; public final static int oetOpenDocument = 5;

Remarks

This property contains the encryption type used to encrypt the Office document.

Supported values:

oetDefault0Uses default encryption depending on Office document format
oetBinaryRC41Uses RC4 encryption for Binary Office documents
oetBinaryRC4CryptoAPI2Uses RC4 Crypto API encryption for Binary Office documents
oetOpenXMLStandard3Uses standard encryption for OpenXML Office documents
oetOpenXMLAgile4Uses agile encryption for OpenXML Office documents
oetOpenDocument5Uses standard encryption for OpenOffice documents

This property is read-only and not available at design time.

Default Value

0

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