Skip to content

Commit

Permalink
[FAB-7383] 2. Support affiliations REST API
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Saad Karim committed Jan 29, 2018
1 parent 224f569 commit 09f386c
Show file tree
Hide file tree
Showing 13 changed files with 1,302 additions and 68 deletions.
1 change: 1 addition & 0 deletions src/main/java/org/hyperledger/fabric/sdk/helper/Utils.java
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
import org.bouncycastle.crypto.digests.SHA3Digest;
import org.bouncycastle.util.Arrays;
import org.bouncycastle.util.encoders.Hex;
import org.hyperledger.fabric_ca.sdk.exception.InvalidArgumentException;

import static java.nio.charset.StandardCharsets.UTF_8;
import static org.apache.commons.codec.binary.Hex.encodeHexString;
Expand Down
Loading

0 comments on commit 09f386c

Please sign in to comment.