final case class SigningPrivateKey extends PrivateKey with HasProtoV0[crypto.v0.SigningPrivateKey] with HasVersionedWrapper[VersionedSigningPrivateKey] with NoCopy with Product with Serializable
- Alphabetic
- By Inheritance
- SigningPrivateKey
- NoCopy
- HasVersionedWrapper
- HasVersionedToByteString
- HasProtoV0
- PrivateKey
- CryptoKeyPairKey
- CryptoKey
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
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]) @native() @HotSpotIntrinsicCandidate()
- def copy(nothing: Nothing): Nothing
- Attributes
- protected
- Definition Classes
- NoCopy
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val format: CryptoKeyFormat
- Definition Classes
- SigningPrivateKey → CryptoKey
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val id: Fingerprint
- Definition Classes
- SigningPrivateKey → CryptoKeyPairKey
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isPublicKey: Boolean
- Definition Classes
- PrivateKey → CryptoKeyPairKey
- val key: ByteString
- Attributes
- protected[crypto]
- Definition Classes
- SigningPrivateKey → CryptoKey
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def purpose: KeyPurpose
- Definition Classes
- SigningPrivateKey → PrivateKey
- val scheme: SigningKeyScheme
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toByteArray(version: ProtocolVersion): Array[Byte]
Yields a byte array representation of the corresponding
Versioned...
wrapper of this instance.Yields a byte array representation of the corresponding
Versioned...
wrapper of this instance.- Definition Classes
- HasVersionedWrapper
- def toByteString(version: ProtocolVersion): ByteString
Yields a byte string representation of the corresponding
Versioned...
wrapper of this instance.Yields a byte string representation of the corresponding
Versioned...
wrapper of this instance.- Definition Classes
- HasVersionedWrapper → HasVersionedToByteString
- def toProtoPrivateKey: v0.PrivateKey
Same representation of the class hierarchy in protobuf messages, see PublicKey.
Same representation of the class hierarchy in protobuf messages, see PublicKey.
- Definition Classes
- PrivateKey
- def toProtoPrivateKeyKeyV0: Key
- Attributes
- protected
- Definition Classes
- SigningPrivateKey → PrivateKey
- def toProtoV0: v0.SigningPrivateKey
Yields the proto representation of the class.
Yields the proto representation of the class.
Subclasses should make this method public by default, as this supports composing proto serializations. Keep it protected, if there are good reasons for it (e.g. com.digitalasset.canton.serialization.MemoizedEvidence).
- Definition Classes
- SigningPrivateKey → HasProtoV0
- def toProtoVersioned(version: ProtocolVersion): VersionedSigningPrivateKey
Yields the proto representation of the class inside a
Versioned...
wrapper.Yields the proto representation of the class inside a
Versioned...
wrapper.Subclasses should make this method public by default, as this supports composing proto serializations. Keep it protected, if there are good reasons for it (e.g. com.digitalasset.canton.serialization.MemoizedEvidence).
- Definition Classes
- SigningPrivateKey → HasVersionedWrapper
- 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])
- def writeToFile(outputFile: String, version: ProtocolVersion = ProtocolVersion.latest): Unit
Writes the byte string representation of the corresponding
Versioned...
wrapper of this instance to a file.Writes the byte string representation of the corresponding
Versioned...
wrapper of this instance to a file.- Definition Classes
- HasVersionedWrapper