Package org.hyperledger.fabric.gateway
Interface Identity
-
- All Known Subinterfaces:
X509Identity
public interface Identity
Common behavior shared by all identity implementations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getMspId()
Member services provider to which this identity is associated.
-