Skip to content
This repository was archived by the owner on Apr 22, 2025. It is now read-only.

Commit 09f386c

Browse files
author
Saad Karim
committed
[FAB-7383] 2. Support affiliations REST API
This change implements all the affiliations REST API calls to the fabric-ca. Change-Id: If6827dd85de9b53fe905beccc96b60c7cec36a1e Signed-off-by: Saad Karim <skarim@us.ibm.com>
1 parent 224f569 commit 09f386c

File tree

13 files changed

+1302
-68
lines changed

13 files changed

+1302
-68
lines changed

src/main/java/org/hyperledger/fabric/sdk/helper/Utils.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
import org.bouncycastle.crypto.digests.SHA3Digest;
5050
import org.bouncycastle.util.Arrays;
5151
import org.bouncycastle.util.encoders.Hex;
52+
import org.hyperledger.fabric_ca.sdk.exception.InvalidArgumentException;
5253

5354
import static java.nio.charset.StandardCharsets.UTF_8;
5455
import static org.apache.commons.codec.binary.Hex.encodeHexString;

0 commit comments

Comments
 (0)