object SmimeSignature
- Source
- Client.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SmimeSignature
- AnyRef
- Any
- Hide All
- Show All
Visibility
- 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()
- def email: SelectionBuilder[SmimeSignature, String]
Email used to sign this object.
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isValid: SelectionBuilder[SmimeSignature, Boolean]
True if the signature is valid and verified by GitHub.
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def payload: SelectionBuilder[SmimeSignature, String]
Payload for GPG signing object.
Payload for GPG signing object. Raw ODB object without the signature header.
- def signature: SelectionBuilder[SmimeSignature, String]
ASCII-armored signature header from object.
- def signer[A](innerSelection: SelectionBuilder[User, A]): SelectionBuilder[SmimeSignature, Option[A]]
GitHub user corresponding to the email signing this commit.
- def state: SelectionBuilder[SmimeSignature, GitSignatureState]
The state of this signature.
The state of this signature.
VALID
if signature is valid and verified by GitHub, otherwise represents reason why signature is considered invalid. - final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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()
- def wasSignedByGitHub: SelectionBuilder[SmimeSignature, Boolean]
True if the signature was made with GitHub's signing key.
Caliban GitHub GraphQL API Client
Links: