Class CryptographicInformation
java.lang.Object
eu.europa.esig.dss.evidencerecord.common.validation.CryptographicInformation
- All Implemented Interfaces:
EvidenceRecordObject,Serializable
Defines CryptographicInformation element content
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCryptographicInformation(byte[] content, CryptographicInformationType type) Default constructor -
Method Summary
Modifier and TypeMethodDescriptionbyte[]Gets content of the Cryptographic Information elementgetType()Gets type of the Cryptographic Information element
-
Constructor Details
-
CryptographicInformation
Default constructor- Parameters:
content- byte array containing Cryptographic Information element's contenttype-CryptographicInformationType
-
-
Method Details
-
getContent
public byte[] getContent()Gets content of the Cryptographic Information element- Returns:
- byte array
-
getType
Gets type of the Cryptographic Information element- Returns:
CryptographicInformationType
-