class EnterpriseCryptoPrivateStoreFactory extends CryptoPrivateStoreFactory with HasLoggerName with EncryptedCryptoPrivateStoreHelper
The enterprise-version of the CryptoPrivateStoreFactory that builds upon the CommunityCryptoPrivateStoreFactory.
The only difference is that the enterprise version registers the encrypted private store with the replica manager to refresh the in-memory caches on failover of a replicated enterprise participant.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- EnterpriseCryptoPrivateStoreFactory
- EncryptedCryptoPrivateStoreHelper
- HasLoggerName
- CryptoPrivateStoreFactory
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new EnterpriseCryptoPrivateStoreFactory(cryptoProvider: CryptoProvider, kmsConfigO: Option[KmsConfig], kmsStoreCacheConfig: CacheConfig, privateKeyStoreConfig: PrivateKeyStoreConfig, replicaManager: Option[ReplicaManager], nonStandardConfig: Boolean, futureSupervisor: FutureSupervisor, clock: Clock, executionContext: ExecutionContext)
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
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def create(storage: Storage, releaseProtocolVersion: ReleaseProtocolVersion, timeouts: ProcessingTimeout, loggerFactory: NamedLoggerFactory, tracerProvider: TracerProvider)(implicit ec: ExecutionContext, traceContext: TraceContext): EitherT[FutureUnlessShutdown, CryptoPrivateStoreError, CryptoPrivateStore]
- Definition Classes
- EnterpriseCryptoPrivateStoreFactory → CryptoPrivateStoreFactory
- def decryptStoredKey(kms: Kms, storedKey: StoredPrivateKey)(implicit ec: ExecutionContext, tc: TraceContext): EitherT[FutureUnlessShutdown, CryptoPrivateStoreError, StoredPrivateKey]
- Attributes
- protected
- Definition Classes
- EncryptedCryptoPrivateStoreHelper
- def encryptStoredKey(kms: Kms, wrapperKeyId: KmsKeyId, storedKey: StoredPrivateKey)(implicit ec: ExecutionContext, tc: TraceContext): EitherT[FutureUnlessShutdown, CryptoPrivateStoreError, StoredPrivateKey]
- Attributes
- protected
- Definition Classes
- EncryptedCryptoPrivateStoreHelper
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- implicit def errorLoggingContextFromNamedLoggingContext(implicit loggingContext: NamedLoggingContext): ErrorLoggingContext
Convert a com.digitalasset.canton.logging.NamedLoggingContext into an com.digitalasset.canton.logging.ErrorLoggingContext to fix the logger name to the current class name.
Convert a com.digitalasset.canton.logging.NamedLoggingContext into an com.digitalasset.canton.logging.ErrorLoggingContext to fix the logger name to the current class name.
- Attributes
- protected
- Definition Classes
- HasLoggerName
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- implicit def loggerNameFromThisClass: LoggerNameFromClass
- Attributes
- protected
- Definition Classes
- HasLoggerName
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- 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])