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()StringgetDecryptedUsingKeyWithId()RbelElementgetWasDecryptable()inthashCode()RbelJweEncryptionInfo.RbelJweEncryptionInfoBuildertoBuilder()StringtoString()booleanwasDecryptable()
-
-
-
Constructor Detail
-
RbelJweEncryptionInfo
@ConstructorProperties({"wasDecryptable","decryptedUsingKeyWithId"}) public RbelJweEncryptionInfo(RbelElement wasDecryptable, RbelElement decryptedUsingKeyWithId)
-
-
Method Detail
-
getChildElements
public RbelMultiMap getChildElements()
- Specified by:
getChildElementsin interfaceRbelFacet
-
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)
-
-