Class BlockInfo.EnvelopeInfo.IdentitiesInfo

  • Enclosing class:
    BlockInfo.EnvelopeInfo


    public class BlockInfo.EnvelopeInfo.IdentitiesInfo
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getId​()
      The identification of the identity usually the certificate.
      java.lang.String getMspid​()
      The MSPId of the user.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getId

        public java.lang.String getId​()
        The identification of the identity usually the certificate.
        Returns:
        The certificate of the user in PEM format.
      • getMspid

        public java.lang.String getMspid​()
        The MSPId of the user.
        Returns:
        The MSPid of the user.