We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d6ad9c commit 2252f4cCopy full SHA for 2252f4c
hub/src/main/java/cloud/katta/crypto/uvf/UvfMetadataPayload.java
@@ -136,6 +136,7 @@ public byte[] computeRootDirUvf() throws JsonProcessingException {
136
}
137
138
public static final class UniversalVaultFormatJWKS {
139
+ private final OctetSequenceKey memberKey;
140
private final ECKey recoveryKeyJWK;
141
private final P384KeyPair recoveryKey;
142
@@ -147,8 +148,6 @@ public OctetSequenceKey memberKey() {
147
148
return memberKey;
149
150
- private final OctetSequenceKey memberKey;
151
-
152
private UniversalVaultFormatJWKS() throws JOSEException {
153
memberKey = new OctetSequenceKeyGenerator(256)
154
.keyID("org.cryptomator.hub.memberkey")
0 commit comments