class KeyObject extends Object with StObject with _KeyLike

Annotations
@JSType() @JSImport("crypto", "KeyObject") @native()
Source
KeyObject.scala
Linear Supertypes
_KeyLike, StObject, Object, Any, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. KeyObject
  2. _KeyLike
  3. StObject
  4. Object
  5. Any
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new KeyObject()
    Attributes
    protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. var asymmetricKeyDetails: UndefOr[AsymmetricKeyDetails]

    This property exists only on asymmetric keys.

    This property exists only on asymmetric keys. Depending on the type of the key, this object contains information about the key. None of the information obtained through this property can be used to uniquely identify a key or to compromise the security of the key.

  6. var asymmetricKeySize: UndefOr[Double]

    For asymmetric keys, this property represents the size of the embedded key in bytes.

    For asymmetric keys, this property represents the size of the embedded key in bytes. This property is undefined for symmetric keys.

  7. var asymmetricKeyType: UndefOr[KeyType]
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. def export(options: JwkKeyExportOptions): JsonWebKey
  12. def export(): JsonWebKey
  13. def export_Buffer(): Buffer
    Annotations
    @JSName("export")
  14. def export_der(options: KeyExportOptions[der]): Buffer
    Annotations
    @JSName("export")
  15. def export_pem(options: KeyExportOptions[pem]): |[scala.Predef.String, Buffer]
    Annotations
    @JSName("export")
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  17. def hasOwnProperty(v: scala.Predef.String): Boolean
    Definition Classes
    Object
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  24. def propertyIsEnumerable(v: scala.Predef.String): Boolean
    Definition Classes
    Object
  25. var symmetricKeySize: UndefOr[Double]
  26. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  27. def toLocaleString(): scala.Predef.String
    Definition Classes
    Object
  28. def toString(): java.lang.String
    Definition Classes
    AnyRef → Any
  29. var type: KeyObjectType
  30. def valueOf(): Any
    Definition Classes
    Object
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from _KeyLike

Inherited from StObject

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped