Class RbelJwtSignature
- java.lang.Object
-
- de.gematik.rbellogger.data.elements.RbelJwtSignature
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRbelJwtSignature.RbelJwtSignatureBuilder
-
Constructor Summary
Constructors Constructor Description RbelJwtSignature(RbelElement isValid, RbelElement verifiedUsing)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RbelJwtSignature.RbelJwtSignatureBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)RbelMultiMapgetChildElements()RbelElementgetIsValid()RbelElementgetVerifiedUsing()inthashCode()booleanisValid()StringtoString()
-
-
-
Constructor Detail
-
RbelJwtSignature
@ConstructorProperties({"isValid","verifiedUsing"}) public RbelJwtSignature(RbelElement isValid, RbelElement verifiedUsing)
-
-
Method Detail
-
getChildElements
public RbelMultiMap getChildElements()
- Specified by:
getChildElementsin interfaceRbelFacet
-
isValid
public boolean isValid()
-
builder
public static RbelJwtSignature.RbelJwtSignatureBuilder builder()
-
getIsValid
public RbelElement getIsValid()
-
getVerifiedUsing
public RbelElement getVerifiedUsing()
-
canEqual
protected boolean canEqual(Object other)
-
-