Uses of Class
org.hyperledger.aries.api.revocation.RevRegCreateRequest
-
Packages that use RevRegCreateRequest Package Description org.hyperledger.aries org.hyperledger.aries.api.revocation -
-
Uses of RevRegCreateRequest in org.hyperledger.aries
Methods in org.hyperledger.aries with parameters of type RevRegCreateRequest Modifier and Type Method Description Optional<IssuerRevRegRecord>AriesClient. revocationCreateRegistry(@NonNull RevRegCreateRequest revRegRequest)Creates a new revocation registry Creating a new registry is a three-step flow: First: create the registry Second: publish the URI of the tails fileAriesClient.revocationRegistryUpdateUri(java.lang.String, org.hyperledger.aries.api.revocation.RevRegUpdateTailsFileUri)Third: Set the registry to activeAriesClient.revocationActiveRegistry(java.lang.String) -
Uses of RevRegCreateRequest in org.hyperledger.aries.api.revocation
Methods in org.hyperledger.aries.api.revocation that return RevRegCreateRequest Modifier and Type Method Description RevRegCreateRequestRevRegCreateRequest.RevRegCreateRequestBuilder. build()
-