Package org.hyperledger.fabric.sdk
Interface Enrollment
-
- All Known Implementing Classes:
IdemixEnrollment,X509Enrollment
public interface EnrollmentInterface which is the contract between the Certificate Authority provider and the SDK.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCert()Get the user's signed certificate.java.security.PrivateKeygetKey()Get the user's private key
-