final case class Signature(format: SignatureFormat, signature: ByteString, signedBy: String, signingAlgorithmSpec: SigningAlgorithmSpec, signatureDelegation: Option[SignatureDelegation]) extends GeneratedMessage with Updatable[Signature] with Product with Serializable
- signedBy
The fingerprint/id of the keypair used to create this signature and needed to verify. If a signature delegation is defined, this fingerprint/id is not used to produce the signature, and, instead is used to sign the delegation.
- signingAlgorithmSpec
The signing algorithm specification used to produce this signature
- signatureDelegation
An optional signature delegation where a long-term signing key authorizes a session signing key to sign on its behalf.
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- Signature
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new Signature(format: SignatureFormat, signature: ByteString, signedBy: String, signingAlgorithmSpec: SigningAlgorithmSpec, signatureDelegation: Option[SignatureDelegation])
- signedBy
The fingerprint/id of the keypair used to create this signature and needed to verify. If a signature delegation is defined, this fingerprint/id is not used to produce the signature, and, instead is used to sign the delegation.
- signingAlgorithmSpec
The signing algorithm specification used to produce this signature
- signatureDelegation
An optional signature delegation where a long-term signing key authorizes a session signing key to sign on its behalf.
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 clearSignatureDelegation: Signature
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def companion: Signature.type
- Definition Classes
- Signature → GeneratedMessage
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val format: SignatureFormat
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- Signature → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- Signature → GeneratedMessage
- def getSignatureDelegation: SignatureDelegation
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def serializedSize: Int
- Definition Classes
- Signature → GeneratedMessage
- val signature: ByteString
- val signatureDelegation: Option[SignatureDelegation]
- val signedBy: String
- val signingAlgorithmSpec: SigningAlgorithmSpec
- 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
- Signature → GeneratedMessage
- def update(ms: (Lens[Signature, Signature]) => Mutation[Signature]*): Signature
- Definition Classes
- Updatable
- 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: SignatureFormat): Signature
- def withSignature(__v: ByteString): Signature
- def withSignatureDelegation(__v: SignatureDelegation): Signature
- def withSignedBy(__v: String): Signature
- def withSigningAlgorithmSpec(__v: SigningAlgorithmSpec): Signature
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- Signature → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage