mirror of
https://github.com/nsacyber/HIRS.git
synced 2025-02-22 10:20:54 +00:00
issue_872: Finished cleaning up checkstyle errors in code, ready for PR.
This commit is contained in:
parent
1bc9affcf1
commit
1123af6f29
@ -15,7 +15,7 @@ import java.util.Arrays;
|
||||
public class IdentityResponseEnvelope implements Struct {
|
||||
|
||||
/**
|
||||
* the asymmetric contents block size
|
||||
* the asymmetric contents block size.
|
||||
*/
|
||||
@Getter
|
||||
@StructElementLength(fieldName = "asymmetricContents")
|
||||
|
@ -41,7 +41,7 @@ public class AsymmetricPublicKey implements Struct {
|
||||
public static final short DEFAULT_RSA_SIGNATURE_SCHEME = 0x1;
|
||||
|
||||
/**
|
||||
* information regarding this key
|
||||
* information regarding this key.
|
||||
*/
|
||||
private AsymmetricKeyParams asymmetricKeyParams;
|
||||
|
||||
|
@ -14,7 +14,7 @@ import lombok.Getter;
|
||||
public class PublicKey implements Struct {
|
||||
|
||||
/**
|
||||
* information regarding this key
|
||||
* information regarding this key.
|
||||
*/
|
||||
private AsymmetricKeyParams asymmetricKeyParams;
|
||||
|
||||
|
@ -13,7 +13,6 @@ import java.util.Arrays;
|
||||
*/
|
||||
@StructElements(elements = {"keyLength", "key"})
|
||||
public class StorePubKey implements Struct {
|
||||
|
||||
@Getter
|
||||
@StructElementLength(fieldName = "key")
|
||||
private int keyLength;
|
||||
|
@ -25,7 +25,7 @@ public class SymmetricKey implements Struct {
|
||||
public static final short SCHEME_CBC = 255;
|
||||
|
||||
/**
|
||||
* of the symmetric key
|
||||
* algorithm id of the symmetric key.
|
||||
*/
|
||||
@Getter
|
||||
private int algorithmId;
|
||||
|
Loading…
x
Reference in New Issue
Block a user