Interface Enrollment

  • All Known Implementing Classes:
    IdemixEnrollment, X509Enrollment


    public interface Enrollment
    Interface 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.String getCert​()
      Get the user's signed certificate.
      java.security.PrivateKey getKey​()
      Get the user's private key
    • Method Detail

      • getKey

        java.security.PrivateKey getKey​()
        Get the user's private key
        Returns:
        private key.
      • getCert

        java.lang.String getCert​()
        Get the user's signed certificate.
        Returns:
        a certificate.