| 程序包 | 说明 |
|---|---|
| com.github.DNAProject.dnaid | |
| com.github.DNAProject.dnaid.jwt |
| 限定符和类型 | 字段和说明 |
|---|---|
PubKeyType |
DnaIdPubKey.type |
PubKeyType |
Proof.type |
| 限定符和类型 | 方法和说明 |
|---|---|
static PubKeyType |
PubKeyTypeFactory.genPubKeyType(String pubKeyType) |
PubKeyType |
ALG.proofPubKeyType() |
static PubKeyType |
PubKeyType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static PubKeyType[] |
PubKeyType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ALG.setProofPubKeyType(PubKeyType pubKeyType) |
| 构造器和说明 |
|---|
Proof(String publicKeyURI,
String created,
PubKeyType type,
ProofPurpose proofPurpose) |
Proof(String publicKeyURI,
String created,
PubKeyType type,
ProofPurpose proofPurpose,
String challenge,
Object domain) |
| 构造器和说明 |
|---|
JWTHeader(PubKeyType pubKeyType,
String kid) |
Copyright © 2021. All rights reserved.