SecureBlackbox Lite 2020 Java Edition

Questions / Feedback?

PublicKeyCrypto Class

Properties   Methods   Events   Configuration Settings   Errors  

The PublicKeyCrypto class supports encrypting, decrypting, signing and verifying messages.

Syntax

secureblackboxlite.Publickeycrypto

Remarks

PublicKeyCrypto allows you to encrypt, decrypt, sign and verify messages.

Property List


The following is the full list of the properties of the class with short descriptions. Click on the links for further details.

CanEncryptReturns true if the crypto object can be used for encryption.
CanSignReturns true if the crypto object is capable of data signing.
HashAlgorithmThe hash algorithm to be used during the crypto operation.
InputEncodingThe encoding to apply to the input data.
InputIsHashIndicates whether the input data contains the hash or the actual data.
JsonDetailsProvides a container for JSON settings.
KeyThe key to employ for the crypto operation.
OutputEncodingThe encoding type to apply to the output data.
SchemeThe algorithm scheme to use.
SchemeParamsThe algorithm scheme parameters to employ.
SignatureValidationResultThe signature validation result.

Method List


The following is the full list of the methods of the class with short descriptions. Click on the links for further details.

ConfigSets or retrieves a configuration setting.
DecryptDecrypts a buffer.
DecryptFileDecrypts a file.
DecryptStreamDecrypts a stream.
EncryptEncrypts a buffer.
EncryptFileEncrypts a file.
EncryptStreamEncrypts a stream.
SignSigns a buffer.
SignFileSigns a file.
SignStreamSigns a stream.
VerifyVerifies an enveloped or enveloping signature contained in a buffer.
VerifyDetachedVerifies a detached signature.
VerifyDetachedFileVerifies a detached signature.
VerifyDetachedStreamVerifies a detached signature.
VerifyFileVerifies an enveloped or enveloping signature contained in a file.
VerifyStreamVerifies an enveloping or enveloped signature contained in a stream.

Event List


The following is the full list of the events fired by the class with short descriptions. Click on the links for further details.

ErrorReports error information during a crypto operation.
NotificationThis event notifies the application about an underlying control flow event.

Configuration Settings


The following is a list of configuration settings for the class with short descriptions. Click on the links for further details.

TempPathPath for storing temporary files.

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