| Package | Description |
|---|---|
| ch.epfl.dedis.lib.proto |
| Modifier and Type | Class and Description |
|---|---|
static class |
Personhood.Attribute
Attribute stores one specific attribute of a credential.
|
static class |
Personhood.Attribute.Builder
Attribute stores one specific attribute of a credential.
|
| Modifier and Type | Method and Description |
|---|---|
Personhood.AttributeOrBuilder |
Personhood.CredentialOrBuilder.getAttributesOrBuilder(int index)
repeated .personhood.Attribute attributes = 2; |
Personhood.AttributeOrBuilder |
Personhood.Credential.getAttributesOrBuilder(int index)
repeated .personhood.Attribute attributes = 2; |
Personhood.AttributeOrBuilder |
Personhood.Credential.Builder.getAttributesOrBuilder(int index)
repeated .personhood.Attribute attributes = 2; |
| Modifier and Type | Method and Description |
|---|---|
List<? extends Personhood.AttributeOrBuilder> |
Personhood.CredentialOrBuilder.getAttributesOrBuilderList()
repeated .personhood.Attribute attributes = 2; |
List<? extends Personhood.AttributeOrBuilder> |
Personhood.Credential.getAttributesOrBuilderList()
repeated .personhood.Attribute attributes = 2; |
List<? extends Personhood.AttributeOrBuilder> |
Personhood.Credential.Builder.getAttributesOrBuilderList()
repeated .personhood.Attribute attributes = 2; |
Copyright © 2019. All rights reserved.