Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ecsec Public
reqesidta-prototype
client-signer
Commits
824ad5c0
Commit
824ad5c0
authored
Nov 07, 2019
by
Rene Lottes
Browse files
Don't explicit set CAN_ALLOWED in optional CHAT
parent
78aeb884
Changes
1
Show whitespace changes
Inline
Side-by-side
addons/tr03112/src/main/java/org/openecard/sal/protocol/eac/PACEStep.java
View file @
824ad5c0
...
...
@@ -220,7 +220,7 @@ public class PACEStep implements ProtocolStep<DIDAuthenticate, DIDAuthenticateRe
CHATVerifier
.
verfiy
(
taCHAT
,
requiredCHAT
);
// enable CAN_ALLOWED value, gets deleted by the restrict afterwards if not allowed
optionalCHAT
.
setSpecialFunctions
(
CHAT
.
SpecialFunction
.
CAN_ALLOWED
,
true
);
//
optionalCHAT.setSpecialFunctions(CHAT.SpecialFunction.CAN_ALLOWED, true);
// remove overlapping values from optional chat
optionalCHAT
.
restrictAccessRights
(
taCHAT
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment