Autopsy  4.21.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | List of all members
com.basistech.df.cybertriage.autopsy.ctapi.json.BoostLicenseResponse Class Reference

Public Member Functions

 BoostLicenseResponse (@JsonProperty("version") String version,@JsonProperty("iv") String iv,@JsonProperty("encryptedKey") String encryptedKey,@JsonProperty("encryptedJson") String encryptedJson)
 
String getEncryptedJson ()
 
String getEncryptedKey ()
 
String getIv ()
 
String getVersion ()
 

Private Attributes

final String encryptedJson
 
final String encryptedKey
 
final String iv
 
final String version
 

Detailed Description

POJO for a boost license response object that is a part of the license response.

Definition at line 30 of file BoostLicenseResponse.java.

Constructor & Destructor Documentation

com.basistech.df.cybertriage.autopsy.ctapi.json.BoostLicenseResponse.BoostLicenseResponse ( @JsonProperty("version") String  version,
@JsonProperty("iv") String  iv,
@JsonProperty("encryptedKey") String  encryptedKey,
@JsonProperty("encryptedJson") String  encryptedJson 
)

Definition at line 38 of file BoostLicenseResponse.java.

Member Function Documentation

String com.basistech.df.cybertriage.autopsy.ctapi.json.BoostLicenseResponse.getEncryptedJson ( )

Definition at line 62 of file BoostLicenseResponse.java.

String com.basistech.df.cybertriage.autopsy.ctapi.json.BoostLicenseResponse.getEncryptedKey ( )

Definition at line 58 of file BoostLicenseResponse.java.

String com.basistech.df.cybertriage.autopsy.ctapi.json.BoostLicenseResponse.getIv ( )

Definition at line 54 of file BoostLicenseResponse.java.

String com.basistech.df.cybertriage.autopsy.ctapi.json.BoostLicenseResponse.getVersion ( )

Definition at line 50 of file BoostLicenseResponse.java.

Member Data Documentation

final String com.basistech.df.cybertriage.autopsy.ctapi.json.BoostLicenseResponse.encryptedJson
private

Definition at line 35 of file BoostLicenseResponse.java.

final String com.basistech.df.cybertriage.autopsy.ctapi.json.BoostLicenseResponse.encryptedKey
private

Definition at line 34 of file BoostLicenseResponse.java.

final String com.basistech.df.cybertriage.autopsy.ctapi.json.BoostLicenseResponse.iv
private

Definition at line 33 of file BoostLicenseResponse.java.

final String com.basistech.df.cybertriage.autopsy.ctapi.json.BoostLicenseResponse.version
private

Definition at line 32 of file BoostLicenseResponse.java.


The documentation for this class was generated from the following file:

Copyright © 2012-2022 Basis Technology. Generated on: Tue Feb 6 2024
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.