Skip to content

Commit 2252f4c

Browse files
committed
Formatting.
1 parent 4d6ad9c commit 2252f4c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

hub/src/main/java/cloud/katta/crypto/uvf/UvfMetadataPayload.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ public byte[] computeRootDirUvf() throws JsonProcessingException {
136136
}
137137

138138
public static final class UniversalVaultFormatJWKS {
139+
private final OctetSequenceKey memberKey;
139140
private final ECKey recoveryKeyJWK;
140141
private final P384KeyPair recoveryKey;
141142

@@ -147,8 +148,6 @@ public OctetSequenceKey memberKey() {
147148
return memberKey;
148149
}
149150

150-
private final OctetSequenceKey memberKey;
151-
152151
private UniversalVaultFormatJWKS() throws JOSEException {
153152
memberKey = new OctetSequenceKeyGenerator(256)
154153
.keyID("org.cryptomator.hub.memberkey")

0 commit comments

Comments
 (0)