org.hyperledger.fabric_ca.sdk.HFCACredential Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fabric-sdk-java Show documentation
Show all versions of fabric-sdk-java Show documentation
Java SDK for Hyperledger Fabric. Deprecated as of Fabric v2.5, replaced by org.hyperledger.fabric:fabric-gateway.
package org.hyperledger.fabric_ca.sdk;
/**
* Credentials supported by Fabric CA
*/
public abstract class HFCACredential {
}