Uses of Class
org.hyperledger.acy_py.generated.model.PublishRevocations
-
Packages that use PublishRevocations Package Description org.hyperledger.acy_py.generated.model org.hyperledger.aries -
-
Uses of PublishRevocations in org.hyperledger.acy_py.generated.model
Methods in org.hyperledger.acy_py.generated.model that return PublishRevocations Modifier and Type Method Description PublishRevocationsPublishRevocations.PublishRevocationsBuilder. build()PublishRevocationsTxnOrPublishRevocationsResult. getSent()Methods in org.hyperledger.acy_py.generated.model with parameters of type PublishRevocations Modifier and Type Method Description TxnOrPublishRevocationsResult.TxnOrPublishRevocationsResultBuilderTxnOrPublishRevocationsResult.TxnOrPublishRevocationsResultBuilder. sent(PublishRevocations sent)voidTxnOrPublishRevocationsResult. setSent(PublishRevocations sent)Constructors in org.hyperledger.acy_py.generated.model with parameters of type PublishRevocations Constructor Description TxnOrPublishRevocationsResult(PublishRevocations sent, TransactionRecord txn) -
Uses of PublishRevocations in org.hyperledger.aries
Methods in org.hyperledger.aries that return types with arguments of type PublishRevocations Modifier and Type Method Description Optional<PublishRevocations>AriesClient. revocationClearPendingRevocations(@NonNull ClearPendingRevocationsRequest request)Clear pending revocationsMethods in org.hyperledger.aries with parameters of type PublishRevocations Modifier and Type Method Description Optional<TxnOrPublishRevocationsResult>AriesClient. revocationPublishRevocations(@NonNull PublishRevocations request)Publish pending revocations to ledger
-