public class JWTHeader extends Object
ALG
alg
String
kid
typ
JWTHeader()
JWTHeader(ALG alg, String kid)
JWTHeader(Proof proof)
JWTHeader(PubKeyType pubKeyType, String kid)
JWTHeader(VerifiableCredential credential)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ALG alg
public String kid
public String typ
public JWTHeader()
public JWTHeader(ALG alg, String kid)
public JWTHeader(PubKeyType pubKeyType, String kid)
public JWTHeader(VerifiableCredential credential)
public JWTHeader(Proof proof) throws Exception
Exception
Copyright © 2021. All rights reserved.