Package web5.sdk.dids

Class VerificationMethod

  • All Implemented Interfaces:

    
    public final class VerificationMethod
    
                        

    Represents a verification method within a DID document.

    A VerificationMethod describes a cryptographic public key that can be used to authenticate or authorize interactions with the DID subject.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getId() The ID of the verification method.
      final String getType() The type of verification method (e.g., "JsonWebKey").
      final String getController() The controller of the verification method.
      final Jwk getPublicKeyJwk() The public key in JWK format.
      • Methods inherited from class java.lang.Object

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