Class CreateParticipantDeclaration
- java.lang.Object
-
- com.plooh.adssi.dial.examples.participant.CreateParticipantDeclaration
-
public class CreateParticipantDeclaration extends Object
-
-
Constructor Summary
Constructors Constructor Description CreateParticipantDeclaration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NewParticipantDeclarationhandle(java.time.Instant dateTime)VerificationMethodDataverificationMethodEd25519(String participantId, String creationDate, int index)VerificationMethodDataverificationMethodSecp256k1(String participantId, String creationDate, int index)
-
-
-
Method Detail
-
handle
public NewParticipantDeclaration handle(java.time.Instant dateTime) throws com.fasterxml.jackson.core.JsonProcessingException, com.nimbusds.jose.JOSEException, NoSuchAlgorithmException, NoSuchProviderException
- Throws:
com.fasterxml.jackson.core.JsonProcessingExceptioncom.nimbusds.jose.JOSEExceptionNoSuchAlgorithmExceptionNoSuchProviderException
-
verificationMethodEd25519
public VerificationMethodData verificationMethodEd25519(String participantId, String creationDate, int index)
-
verificationMethodSecp256k1
public VerificationMethodData verificationMethodSecp256k1(String participantId, String creationDate, int index)
-
-