package
2.0.0-alpha+incompatible
Repository: https://github.com/hyperledger-gerrit-archive/fabric-ca.git
Documentation: pkg.go.dev

# Functions

CanRegisterAttribute will iterate through the values of registrar's 'hf.Registrar.Attributes' attribute to check if registrar can register the requested attributes.
CanRegisterRequestedAttributes validates that the registrar can register the requested attributes.
ConvertAttrs converts attribute string into an Attribute object array.
Exists searches 'attrs' for the attribute with name 'name' and returns true if found.
GetAttrValue searches 'attrs' for the attribute with name 'name' and returns its value, or "" if not found.

# Constants

Attribute names.
Attribute names.
BOOLEAN indicates that the attribute is of type boolean.
CUSTOM indicates that the attribute is a custom attribute.
Attribute names.
Attribute names.
FIXED indicates that the attribute value is fixed and can't be modified.
Attribute names.
Attribute names.
LIST indicates that the attribute is of type list.
Attribute names.
Attribute names.
Attribute names.
Attribute names.

# Interfaces

AttributeControl interface gets the attributes associated with an identity.