Packages

c

com.digitalasset.canton.crypto.store.memory

InMemoryCryptoPublicStore

class InMemoryCryptoPublicStore extends CryptoPublicStore with NamedLogging

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InMemoryCryptoPublicStore
  2. NamedLogging
  3. CryptoPublicStore
  4. AutoCloseable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new InMemoryCryptoPublicStore(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]) @IntrinsicCandidate() @native()
  6. def close(): Unit
    Definition Classes
    InMemoryCryptoPublicStore → AutoCloseable
  7. implicit val ec: ExecutionContext
  8. def encryptionKey(encryptionKeyId: Fingerprint)(implicit traceContext: TraceContext): OptionT[FutureUnlessShutdown, EncryptionPublicKey]
    Definition Classes
    CryptoPublicStore
  9. def encryptionKeyWithName(encryptionKeyId: Fingerprint)(implicit traceContext: TraceContext): OptionT[FutureUnlessShutdown, EncryptionPublicKeyWithName]
    Definition Classes
    CryptoPublicStore
  10. def encryptionKeys(implicit traceContext: TraceContext): FutureUnlessShutdown[Set[EncryptionPublicKey]]
    Definition Classes
    CryptoPublicStore
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. implicit def errorLoggingContext(implicit traceContext: TraceContext): ErrorLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  14. def findEncryptionKeyIdByName(keyName: KeyName)(implicit traceContext: TraceContext): OptionT[FutureUnlessShutdown, EncryptionPublicKey]
    Definition Classes
    CryptoPublicStore
  15. def findSigningKeyIdByName(keyName: KeyName)(implicit traceContext: TraceContext): OptionT[FutureUnlessShutdown, SigningPublicKey]
    Definition Classes
    CryptoPublicStore
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def logger: TracedLogger
    Attributes
    protected
    Definition Classes
    NamedLogging
  20. val loggerFactory: NamedLoggerFactory
    Attributes
    protected
    Definition Classes
    InMemoryCryptoPublicStoreNamedLogging
  21. def migratePublicKeys(isActive: Boolean, timeouts: ProcessingTimeout)(implicit traceContext: TraceContext): EitherT[FutureUnlessShutdown, CryptoPublicStoreError, Unit]
    Definition Classes
    CryptoPublicStore
  22. implicit def namedLoggingContext(implicit traceContext: TraceContext): NamedLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def noTracingLogger: Logger
    Attributes
    protected
    Definition Classes
    NamedLogging
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  27. def publicKey(keyId: Fingerprint)(implicit traceContext: TraceContext): OptionT[FutureUnlessShutdown, PublicKey]
    Definition Classes
    CryptoPublicStore
  28. def readEncryptionKey(encryptionKeyId: Fingerprint)(implicit traceContext: TraceContext): OptionT[FutureUnlessShutdown, EncryptionPublicKeyWithName]
  29. def readSigningKey(signingKeyId: Fingerprint)(implicit traceContext: TraceContext): OptionT[FutureUnlessShutdown, SigningPublicKeyWithName]
  30. def signingKey(signingKeyId: Fingerprint)(implicit traceContext: TraceContext): OptionT[FutureUnlessShutdown, SigningPublicKey]
    Definition Classes
    CryptoPublicStore
  31. def signingKeyWithName(signingKeyId: Fingerprint)(implicit traceContext: TraceContext): OptionT[FutureUnlessShutdown, SigningPublicKeyWithName]
    Definition Classes
    CryptoPublicStore
  32. def signingKeys(implicit traceContext: TraceContext): FutureUnlessShutdown[Set[SigningPublicKey]]
    Definition Classes
    CryptoPublicStore
  33. def storeEncryptionKey(key: EncryptionPublicKey, name: Option[KeyName] = None)(implicit traceContext: TraceContext): FutureUnlessShutdown[Unit]
    Definition Classes
    CryptoPublicStore
  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])
  39. def writeEncryptionKey(key: EncryptionPublicKey, name: Option[KeyName])(implicit traceContext: TraceContext): FutureUnlessShutdown[Unit]
    Attributes
    protected
    Definition Classes
    InMemoryCryptoPublicStoreCryptoPublicStore
  40. def writeSigningKey(key: SigningPublicKey, name: Option[KeyName])(implicit traceContext: TraceContext): FutureUnlessShutdown[Unit]
    Attributes
    protected
    Definition Classes
    InMemoryCryptoPublicStoreCryptoPublicStore

Deprecated Value Members

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

    (Since version 9)

Inherited from NamedLogging

Inherited from CryptoPublicStore

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped