Interface Identity
- All Known Implementing Classes:
X509Identity
public interface Identity
Represents a client identity used to interact with a Fabric network. The identity consists of an identifier for the
organization to which the identity belongs, and implementation-specific credentials describing the identity.
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]
Implementation-specific credentials.getMspId()
Member services provider to which this identity is associated.
-
Method Details
-
getMspId
String getMspId()Member services provider to which this identity is associated.- Returns:
- A member services provider identifier.
-
getCredentials
byte[] getCredentials()Implementation-specific credentials.- Returns:
- Credential data.
-