o
com.digitalasset.canton.crypto.kms.aws.audit
AwsRequestResponseLogger
Companion class AwsRequestResponseLogger
object AwsRequestResponseLogger extends KmsRequestResponseLogger with ShowUtil
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AwsRequestResponseLogger
- ShowUtil
- ShowSyntax
- ToShowOps
- KmsRequestResponseLogger
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- implicit class ShowAnyRefSyntax extends AnyRef
- Definition Classes
- ShowUtil
- implicit class ShowEitherSyntax[L, R] extends AnyRef
Enables the syntax
show"${myEither.showMerged}"
.Enables the syntax
show"${myEither.showMerged}"
.- Definition Classes
- ShowUtil
- implicit class ShowLengthLimitedStringSyntax extends StringOperators
- Definition Classes
- ShowUtil
- implicit class ShowLengthLimitedStringWrapperSyntax extends StringOperators
- Definition Classes
- ShowUtil
- implicit class ShowOptionSyntax[T] extends AnyRef
- Definition Classes
- ShowUtil
- implicit class ShowProductSyntax extends AnyRef
- Definition Classes
- ShowUtil
- Annotations
- @SuppressWarnings()
- implicit class ShowStringSyntax extends StringOperators
- Definition Classes
- ShowUtil
- implicit class ShowTraversableSyntax[T] extends AnyRef
Enables syntax like
show"Found several elements: ${myCollection.mkShow()}"
.Enables syntax like
show"Found several elements: ${myCollection.mkShow()}"
.- Definition Classes
- ShowUtil
- abstract class StringOperators extends AnyRef
Enables syntax like
show"This is a string: ${myString.doubleQuoted}"
andshow"This is a hash: ${myHash.readableHash}"
.Enables syntax like
show"This is a string: ${myString.doubleQuoted}"
andshow"This is a hash: ${myHash.readableHash}"
.- Definition Classes
- ShowUtil
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val cipherTextPlaceholder: String
- Attributes
- protected
- Definition Classes
- KmsRequestResponseLogger
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def createKeyRequestMsg(keyPurposeStr: String, keySchemeStr: String): String
- Definition Classes
- KmsRequestResponseLogger
- def createKeyResponseMsg(keyIdStr: String, keyPurposeStr: String, keySchemeStr: String): String
- Definition Classes
- KmsRequestResponseLogger
- def decryptRequestMsg(keyIdStr: String, encryptionAlgorithmStr: String): String
- Definition Classes
- KmsRequestResponseLogger
- def decryptResponseMsg(keyIdStr: String, encryptionAlgorithmStr: String): String
- Definition Classes
- KmsRequestResponseLogger
- def deleteKeyRequestMsg(keyIdStr: String): String
- Definition Classes
- KmsRequestResponseLogger
- def deleteKeyResponseMsg(keyIdStr: String): String
- Definition Classes
- KmsRequestResponseLogger
- def encryptRequestMsg(keyIdStr: String, encryptionAlgorithmStr: String): String
- Definition Classes
- KmsRequestResponseLogger
- def encryptResponseMsg(keyIdStr: String, encryptionAlgorithmStr: String): String
- Definition Classes
- KmsRequestResponseLogger
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def getPublicKeyRequestMsg(keyIdStr: String): String
- Definition Classes
- KmsRequestResponseLogger
- def getPublicKeyResponseMsg(keyIdStr: String, keySchemeStr: String): String
- Definition Classes
- KmsRequestResponseLogger
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def metadataMessagePlaceHolder(keySchemeStr: String, keyStateStr: String): String
- Attributes
- protected
- Definition Classes
- KmsRequestResponseLogger
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- val plaintextPlaceholder: String
- Attributes
- protected
- Definition Classes
- KmsRequestResponseLogger
- val publicKeyMessagePlaceholder: String
- Attributes
- protected
- Definition Classes
- KmsRequestResponseLogger
- def retrieveKeyMetadataRequestMsg(keyIdStr: String): String
- Definition Classes
- KmsRequestResponseLogger
- def retrieveKeyMetadataResponseMsg(keyIdStr: String, keySchemeStr: String, stateStr: String): String
- Definition Classes
- KmsRequestResponseLogger
- implicit val sdkRequestPretty: Show[SdkRequest]
- implicit val sdkResponsePretty: Show[SdkResponse]
- implicit final def showInterpolator(sc: StringContext): ShowInterpolator
- Definition Classes
- ShowSyntax
- implicit def showPretty[T](implicit arg0: Pretty[T]): Show[T]
Enables the syntax
show"This object is pretty: $myPrettyType"
.Enables the syntax
show"This object is pretty: $myPrettyType"
.- Definition Classes
- ShowUtil
- val signMessagePlaceholder: String
- Attributes
- protected
- Definition Classes
- KmsRequestResponseLogger
- def signRequestMsg(keyIdStr: String, messageTypeStr: String, signingAlgorithmStr: String): String
- Definition Classes
- KmsRequestResponseLogger
- def signResponseMsg(keyIdStr: String, signingAlgorithmStr: String): String
- Definition Classes
- KmsRequestResponseLogger
- val signatureMessagePlaceholder: String
- Attributes
- protected
- Definition Classes
- KmsRequestResponseLogger
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- implicit def toShow[A](target: A)(implicit tc: Show[A]): Ops[A]
- Definition Classes
- ToShowOps
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])