Class RbelJwtSignature
java.lang.Object
de.gematik.rbellogger.data.elements.RbelJwtSignature
- All Implemented Interfaces:
RbelFacet
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface de.gematik.rbellogger.data.facet.RbelFacet
facetRemovedCallback, shouldExpectReplyMessage
-
Constructor Details
-
RbelJwtSignature
@ConstructorProperties({"isValid","verifiedUsing"}) public RbelJwtSignature(RbelElement isValid, RbelElement verifiedUsing)
-
-
Method Details
-
getChildElements
Description copied from interface:RbelFacetChild elements for this facet. The content of the child elements should always be directly or indirectly be taken from the parent element of this facet (e.g. decrypted data is acceptable).- Specified by:
getChildElementsin interfaceRbelFacet- Returns:
- A map containing all child elements along with their name (key)
-
isValid
public boolean isValid() -
builder
-
getIsValid
-
getVerifiedUsing
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-