class KmsCryptoPrivateStore extends CryptoPrivateStore with NamedLogging with HasReadWriteLock

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. KmsCryptoPrivateStore
  2. HasReadWriteLock
  3. NamedLogging
  4. CryptoPrivateStore
  5. AutoCloseable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new KmsCryptoPrivateStore(kms: Kms, metadataStore: KmsMetadataStore, loggerFactory: NamedLoggerFactory)(implicit ec: ExecutionContext)

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. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. def close(): Unit
    Definition Classes
    KmsCryptoPrivateStore → AutoCloseable
  7. implicit val ec: ExecutionContext
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. implicit def errorLoggingContext(implicit traceContext: TraceContext): ErrorLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  11. def existsDecryptionKey(decryptionKeyId: Fingerprint)(implicit traceContext: TraceContext): EitherT[Future, CryptoPrivateStoreError, Boolean]
  12. def existsPrivateKey(keyId: Fingerprint, purpose: KeyPurpose)(implicit traceContext: TraceContext): EitherT[Future, CryptoPrivateStoreError, Boolean]
  13. def existsSigningKey(signingKeyId: Fingerprint)(implicit traceContext: TraceContext): EitherT[Future, CryptoPrivateStoreError, Boolean]
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def getKeyMetadata(keyId: Fingerprint)(implicit traceContext: TraceContext): EitherT[Future, CryptoPrivateStoreError, Option[KmsMetadata]]
    Attributes
    protected[crypto]
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. val kms: Kms
  19. def listAllKmsKeys(implicit traceContext: TraceContext): EitherT[Future, CryptoPrivateStoreError, Set[KmsKeyId]]
    Attributes
    protected[canton]
    Annotations
    @VisibleForTesting()
  20. val lock: StampedLock
    Attributes
    protected
    Definition Classes
    HasReadWriteLock
  21. def logger: TracedLogger
    Attributes
    protected
    Definition Classes
    NamedLogging
  22. val loggerFactory: NamedLoggerFactory
    Attributes
    protected
    Definition Classes
    KmsCryptoPrivateStoreNamedLogging
  23. implicit def namedLoggingContext(implicit traceContext: TraceContext): NamedLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def noTracingLogger: Logger
    Attributes
    protected
    Definition Classes
    NamedLogging
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. def removePrivateKey(keyId: Fingerprint)(implicit traceContext: TraceContext): EitherT[Future, CryptoPrivateStoreError, Unit]
  29. def storeKeyMetadata(keyMetadata: KmsMetadata)(implicit traceContext: TraceContext): EitherT[Future, CryptoPrivateStoreError, Unit]
    Attributes
    protected[crypto]
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. def toExtended: Option[CryptoPrivateStoreExtended]
    Definition Classes
    CryptoPrivateStore
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. def withReadLock[A, E](fn: => EitherT[Future, E, A])(implicit ec: ExecutionContext): EitherT[Future, E, A]
    Definition Classes
    HasReadWriteLock
  37. def withWriteLock[A, E](fn: => EitherT[Future, E, A])(implicit ec: ExecutionContext): EitherT[Future, E, A]
    Definition Classes
    HasReadWriteLock

Deprecated Value Members

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

Inherited from HasReadWriteLock

Inherited from NamedLogging

Inherited from CryptoPrivateStore

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped