final case class SigningPrivateKey(id: String, format: CryptoKeyFormat, privateKey: ByteString, scheme: SigningKeyScheme, usage: Seq[SigningKeyUsage], keySpec: SigningKeySpec) extends GeneratedMessage with Updatable[SigningPrivateKey] with Product with Serializable
- privateKey
Serialized private key in the format specified above
- scheme
No longer used (only kept for backwards compatibility) stores both the crypto key scheme and algorithm.
- usage
Explicitly state the key's intended use
- keySpec
The key specification that was used to generate the key pair
- Annotations
- @SerialVersionUID()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SigningPrivateKey
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new SigningPrivateKey(id: String, format: CryptoKeyFormat, privateKey: ByteString, scheme: SigningKeyScheme, usage: Seq[SigningKeyUsage], keySpec: SigningKeySpec)
- privateKey
Serialized private key in the format specified above
- scheme
No longer used (only kept for backwards compatibility) stores both the crypto key scheme and algorithm.
- usage
Explicitly state the key's intended use
- keySpec
The key specification that was used to generate the key pair
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
- def addAllUsage(__vs: Iterable[SigningKeyUsage]): SigningPrivateKey
- def addUsage(__vs: SigningKeyUsage*): SigningPrivateKey
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearUsage: SigningPrivateKey
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def companion: SigningPrivateKey.type
- Definition Classes
- SigningPrivateKey → GeneratedMessage
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val format: CryptoKeyFormat
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- SigningPrivateKey → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- SigningPrivateKey → GeneratedMessage
- val id: String
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val keySpec: SigningKeySpec
- 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()
- val privateKey: ByteString
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def serializedSize: Int
- Definition Classes
- SigningPrivateKey → GeneratedMessage
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
- final def toByteString: ByteString
- Definition Classes
- GeneratedMessage
- final def toPMessage: PMessage
- Definition Classes
- GeneratedMessage
- def toProtoString: String
- Definition Classes
- SigningPrivateKey → GeneratedMessage
- def update(ms: (Lens[SigningPrivateKey, SigningPrivateKey]) => Mutation[SigningPrivateKey]*): SigningPrivateKey
- Definition Classes
- Updatable
- val usage: Seq[SigningKeyUsage]
- 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 withFormat(__v: CryptoKeyFormat): SigningPrivateKey
- def withId(__v: String): SigningPrivateKey
- def withKeySpec(__v: SigningKeySpec): SigningPrivateKey
- def withPrivateKey(__v: ByteString): SigningPrivateKey
- def withScheme(__v: SigningKeyScheme): SigningPrivateKey
- def withUsage(__v: Seq[SigningKeyUsage]): SigningPrivateKey
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- SigningPrivateKey → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)
- val scheme: SigningKeyScheme
- Annotations
- @deprecated
- Deprecated
(Since version ) Marked as deprecated in proto file