Uses of Class
org.hyperledger.aries.api.resolver.DIDDocument.VerificationMethod
-
Packages that use DIDDocument.VerificationMethod Package Description org.hyperledger.aries.api.resolver -
-
Uses of DIDDocument.VerificationMethod in org.hyperledger.aries.api.resolver
Methods in org.hyperledger.aries.api.resolver that return DIDDocument.VerificationMethod Modifier and Type Method Description DIDDocument.VerificationMethodDIDDocument.VerificationMethod.VerificationMethodBuilder. build()Methods in org.hyperledger.aries.api.resolver that return types with arguments of type DIDDocument.VerificationMethod Modifier and Type Method Description List<DIDDocument.VerificationMethod>DIDDocument. getVerificationMethod()Method parameters in org.hyperledger.aries.api.resolver with type arguments of type DIDDocument.VerificationMethod Modifier and Type Method Description voidDIDDocument. setVerificationMethod(List<DIDDocument.VerificationMethod> verificationMethod)DIDDocument.DIDDocumentBuilderDIDDocument.DIDDocumentBuilder. verificationMethod(List<DIDDocument.VerificationMethod> verificationMethod)
-