Uses of Class
org.hyperledger.aries.api.did_exchange.DIDXRequestDidDocAttach.AttachDecoratorDataJwsSignature
-
Packages that use DIDXRequestDidDocAttach.AttachDecoratorDataJwsSignature Package Description org.hyperledger.aries.api.did_exchange -
-
Uses of DIDXRequestDidDocAttach.AttachDecoratorDataJwsSignature in org.hyperledger.aries.api.did_exchange
Methods in org.hyperledger.aries.api.did_exchange that return DIDXRequestDidDocAttach.AttachDecoratorDataJwsSignature Modifier and Type Method Description DIDXRequestDidDocAttach.AttachDecoratorDataJwsSignatureDIDXRequestDidDocAttach.AttachDecoratorDataJwsSignature.AttachDecoratorDataJwsSignatureBuilder. build()Methods in org.hyperledger.aries.api.did_exchange that return types with arguments of type DIDXRequestDidDocAttach.AttachDecoratorDataJwsSignature Modifier and Type Method Description List<DIDXRequestDidDocAttach.AttachDecoratorDataJwsSignature>DIDXRequestDidDocAttach.AttachDecoratorDataJws. getSignatures()Method parameters in org.hyperledger.aries.api.did_exchange with type arguments of type DIDXRequestDidDocAttach.AttachDecoratorDataJwsSignature Modifier and Type Method Description voidDIDXRequestDidDocAttach.AttachDecoratorDataJws. setSignatures(List<DIDXRequestDidDocAttach.AttachDecoratorDataJwsSignature> signatures)DIDXRequestDidDocAttach.AttachDecoratorDataJws.AttachDecoratorDataJwsBuilderDIDXRequestDidDocAttach.AttachDecoratorDataJws.AttachDecoratorDataJwsBuilder. signatures(List<DIDXRequestDidDocAttach.AttachDecoratorDataJwsSignature> signatures)Constructor parameters in org.hyperledger.aries.api.did_exchange with type arguments of type DIDXRequestDidDocAttach.AttachDecoratorDataJwsSignature Constructor Description AttachDecoratorDataJws(DIDXRequestDidDocAttach.AttachDecoratorDataJwsHeader header, String _protected, String signature, List<DIDXRequestDidDocAttach.AttachDecoratorDataJwsSignature> signatures)
-