EncryptedPayload

Inheritance: java.lang.Object

public final class EncryptedPayload

Represents encrypted payload in file specification.

Constructors

ConstructorDescription
EncryptedPayload(FileSpecification fileSpecification)Initialize Encrypted payload instance.

Methods

MethodDescription
getType()Gets type.
getSubtype()Gets subtype.
getVersion()Gets version number.

EncryptedPayload(FileSpecification fileSpecification)

public EncryptedPayload(FileSpecification fileSpecification)

Initialize Encrypted payload instance.

Parameters:

ParameterTypeDescription
fileSpecificationFileSpecificationThe file specification used for initialization.

getType()

public final String getType()

Gets type.

Returns: java.lang.String - String value

getSubtype()

public final String getSubtype()

Gets subtype.

Returns: java.lang.String - String value

getVersion()

public final String getVersion()

Gets version number.

Returns: java.lang.String - String value