Class RbelJweEncryptionInfo
- java.lang.Object
-
- de.gematik.rbellogger.data.elements.RbelJweEncryptionInfo
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRbelJweEncryptionInfo.RbelJweEncryptionInfoBuilder
-
Constructor Summary
Constructors Constructor Description RbelJweEncryptionInfo(RbelElement wasDecryptable, RbelElement decryptedUsingKeyWithId)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RbelJweEncryptionInfo.RbelJweEncryptionInfoBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)RbelMultiMapgetChildElements()Child elements for this facet.StringgetDecryptedUsingKeyWithId()RbelElementgetWasDecryptable()inthashCode()RbelJweEncryptionInfo.RbelJweEncryptionInfoBuildertoBuilder()StringtoString()booleanwasDecryptable()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface de.gematik.rbellogger.data.facet.RbelFacet
shouldExpectReplyMessage
-
-
-
-
Constructor Detail
-
RbelJweEncryptionInfo
@ConstructorProperties({"wasDecryptable","decryptedUsingKeyWithId"}) public RbelJweEncryptionInfo(RbelElement wasDecryptable, RbelElement decryptedUsingKeyWithId)
-
-
Method Detail
-
getChildElements
public RbelMultiMap 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)
-
wasDecryptable
public boolean wasDecryptable()
-
getDecryptedUsingKeyWithId
public String getDecryptedUsingKeyWithId()
-
builder
public static RbelJweEncryptionInfo.RbelJweEncryptionInfoBuilder builder()
-
toBuilder
public RbelJweEncryptionInfo.RbelJweEncryptionInfoBuilder toBuilder()
-
getWasDecryptable
public RbelElement getWasDecryptable()
-
canEqual
protected boolean canEqual(Object other)
-
-