类 VerificationMethod

java.lang.Object
VerificationMethod

public class VerificationMethod extends Object
公钥结构
  • 构造器详细资料

    • VerificationMethod

      public VerificationMethod()
  • 方法详细资料

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getController

      public String getController()
    • setController

      public void setController(String controller)
    • getPublicKeyPem

      public String getPublicKeyPem()
    • setPublicKeyPem

      public void setPublicKeyPem(String publicKeyPem)
    • getAddress

      public String getAddress()
    • setAddress

      public void setAddress(String address)
    • toString

      public String toString()
      覆盖:
      toString 在类中 Object