Packages

t

com.digitalasset.canton.crypto.kms.audit

KmsRequestResponseLogger

trait KmsRequestResponseLogger extends AnyRef

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. KmsRequestResponseLogger
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val cipherTextPlaceholder: String
    Attributes
    protected
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. def createKeyRequestMsg(keyPurposeStr: String, keySchemeStr: String): String
  8. def createKeyResponseMsg(keyIdStr: String, keyPurposeStr: String, keySchemeStr: String): String
  9. def decryptRequestMsg(keyIdStr: String, encryptionAlgorithmStr: String): String
  10. def decryptResponseMsg(keyIdStr: String, encryptionAlgorithmStr: String): String
  11. def deleteKeyRequestMsg(keyIdStr: String): String
  12. def deleteKeyResponseMsg(keyIdStr: String): String
  13. def encryptRequestMsg(keyIdStr: String, encryptionAlgorithmStr: String): String
  14. def encryptResponseMsg(keyIdStr: String, encryptionAlgorithmStr: String): String
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def getPublicKeyRequestMsg(keyIdStr: String): String
  19. def getPublicKeyResponseMsg(keyIdStr: String, keySchemeStr: String): String
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def metadataMessagePlaceHolder(keySchemeStr: String, keyStateStr: String): String
    Attributes
    protected
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. val plaintextPlaceholder: String
    Attributes
    protected
  27. val publicKeyMessagePlaceholder: String
    Attributes
    protected
  28. def retrieveKeyMetadataRequestMsg(keyIdStr: String): String
  29. def retrieveKeyMetadataResponseMsg(keyIdStr: String, keySchemeStr: String, stateStr: String): String
  30. val signMessagePlaceholder: String
    Attributes
    protected
  31. def signRequestMsg(keyIdStr: String, messageTypeStr: String, signingAlgorithmStr: String): String
  32. def signResponseMsg(keyIdStr: String, signingAlgorithmStr: String): String
  33. val signatureMessagePlaceholder: String
    Attributes
    protected
  34. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped