Class RbelJweEncryptionInfo.RbelJweEncryptionInfoBuilder
- java.lang.Object
-
- de.gematik.rbellogger.data.elements.RbelJweEncryptionInfo.RbelJweEncryptionInfoBuilder
-
- Enclosing class:
- RbelJweEncryptionInfo
public static class RbelJweEncryptionInfo.RbelJweEncryptionInfoBuilder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RbelJweEncryptionInfobuild()RbelJweEncryptionInfo.RbelJweEncryptionInfoBuilderdecryptedUsingKeyWithId(RbelElement decryptedUsingKeyWithId)java.lang.StringtoString()RbelJweEncryptionInfo.RbelJweEncryptionInfoBuilderwasDecryptable(RbelElement wasDecryptable)
-
-
-
Method Detail
-
wasDecryptable
public RbelJweEncryptionInfo.RbelJweEncryptionInfoBuilder wasDecryptable(RbelElement wasDecryptable)
- Returns:
this.
-
decryptedUsingKeyWithId
public RbelJweEncryptionInfo.RbelJweEncryptionInfoBuilder decryptedUsingKeyWithId(RbelElement decryptedUsingKeyWithId)
- Returns:
this.
-
build
public RbelJweEncryptionInfo build()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-