Class DIDXRequestDidDocAttach.AttachDecoratorDataJwsSignature
- java.lang.Object
-
- org.hyperledger.aries.api.did_exchange.DIDXRequestDidDocAttach.AttachDecoratorDataJwsSignature
-
- Enclosing class:
- DIDXRequestDidDocAttach
public static class DIDXRequestDidDocAttach.AttachDecoratorDataJwsSignature extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDIDXRequestDidDocAttach.AttachDecoratorDataJwsSignature.AttachDecoratorDataJwsSignatureBuilder
-
Constructor Summary
Constructors Constructor Description AttachDecoratorDataJwsSignature()AttachDecoratorDataJwsSignature(DIDXRequestDidDocAttach.AttachDecoratorDataJwsHeader header, String _protected, String signature)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DIDXRequestDidDocAttach.AttachDecoratorDataJwsSignature.AttachDecoratorDataJwsSignatureBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)Stringget_protected()DIDXRequestDidDocAttach.AttachDecoratorDataJwsHeadergetHeader()StringgetSignature()inthashCode()voidset_protected(String _protected)voidsetHeader(DIDXRequestDidDocAttach.AttachDecoratorDataJwsHeader header)voidsetSignature(String signature)StringtoString()
-
-
-
Constructor Detail
-
AttachDecoratorDataJwsSignature
public AttachDecoratorDataJwsSignature()
-
AttachDecoratorDataJwsSignature
public AttachDecoratorDataJwsSignature(DIDXRequestDidDocAttach.AttachDecoratorDataJwsHeader header, String _protected, String signature)
-
-
Method Detail
-
builder
public static DIDXRequestDidDocAttach.AttachDecoratorDataJwsSignature.AttachDecoratorDataJwsSignatureBuilder builder()
-
getHeader
public DIDXRequestDidDocAttach.AttachDecoratorDataJwsHeader getHeader()
-
get_protected
public String get_protected()
-
getSignature
public String getSignature()
-
setHeader
public void setHeader(DIDXRequestDidDocAttach.AttachDecoratorDataJwsHeader header)
-
set_protected
public void set_protected(String _protected)
-
setSignature
public void setSignature(String signature)
-
canEqual
protected boolean canEqual(Object other)
-
-