Skip to content

Commit

Permalink
Removed unused properties from SignerInformationEntity
Browse files Browse the repository at this point in the history
  • Loading branch information
slaurenz committed Apr 28, 2021
1 parent 5a825eb commit 2f35c51
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,18 +63,6 @@ public class SignerInformationEntity {
@Column(name = "timestamp_created", nullable = false)
private ZonedDateTime createdAt = ZonedDateTime.now();

/**
* SHA-256 Thumbprint of the certificate (hex encoded).
*/
@Column(name = "thumbprint", nullable = false, length = 64)
private String thumbprint;

/**
* Signature of the TrustAnchor.
*/
@Column(name = "signature", nullable = false, length = 1000)
String signature;

/**
* Base64 encoded certificate raw data.
*/
Expand Down

0 comments on commit 2f35c51

Please sign in to comment.