Package web5.sdk.vc

Class Issuer

  • All Implemented Interfaces:

    
    public class Issuer
    
                        

    Represents the issuer of the Verifiable Credential. It can be a string identifier or an object with additional properties.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public final class Issuer.StringIssuer

      Represents an issuer identified by a string (e.g., a DID or URL).

      public final class Issuer.ObjectIssuer

      Represents an issuer as an object, containing an ID, name, and additional properties.

    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Object

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

    • Method Detail