Uses of Class
org.hyperledger.aries.api.revocation.RevocationRegistryState
-
Packages that use RevocationRegistryState Package Description org.hyperledger.aries org.hyperledger.aries.api.revocation -
-
Uses of RevocationRegistryState in org.hyperledger.aries
Methods in org.hyperledger.aries with parameters of type RevocationRegistryState Modifier and Type Method Description Optional<RevRegsCreated>AriesClient. revocationRegistriesCreated(String credentialDefinitionId, RevocationRegistryState state)Search for matching revocation registries that current agent createdOptional<IssuerRevRegRecord>AriesClient. revocationRegistrySetState(@NonNull String revRegId, @NonNull RevocationRegistryState state)Set revocation registry state manually -
Uses of RevocationRegistryState in org.hyperledger.aries.api.revocation
Methods in org.hyperledger.aries.api.revocation that return RevocationRegistryState Modifier and Type Method Description static RevocationRegistryStateRevocationRegistryState. valueOf(String name)Returns the enum constant of this type with the specified name.static RevocationRegistryState[]RevocationRegistryState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-