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(java.lang.Object other)booleanequals(java.lang.Object o)java.util.List<java.util.Map.Entry<java.lang.String,RbelElement>>getChildElements()java.lang.StringgetDecryptedUsingKeyWithId()RbelElementgetWasDecryptable()inthashCode()RbelJweEncryptionInfo.RbelJweEncryptionInfoBuildertoBuilder()java.lang.StringtoString()booleanwasDecryptable()
-
-
-
Constructor Detail
-
RbelJweEncryptionInfo
@ConstructorProperties({"wasDecryptable","decryptedUsingKeyWithId"}) public RbelJweEncryptionInfo(RbelElement wasDecryptable, RbelElement decryptedUsingKeyWithId)
-
-
Method Detail
-
getChildElements
public java.util.List<java.util.Map.Entry<java.lang.String,RbelElement>> getChildElements()
- Specified by:
getChildElementsin interfaceRbelFacet
-
wasDecryptable
public boolean wasDecryptable()
-
getDecryptedUsingKeyWithId
public java.lang.String getDecryptedUsingKeyWithId()
-
builder
public static RbelJweEncryptionInfo.RbelJweEncryptionInfoBuilder builder()
-
toBuilder
public RbelJweEncryptionInfo.RbelJweEncryptionInfoBuilder toBuilder()
-
getWasDecryptable
public RbelElement getWasDecryptable()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-