Packages

object secret

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. secret
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. 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. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. def download(fingerprint: Fingerprint, protocolVersion: ProtocolVersion = ProtocolVersion.latest, password: Option[String] = None): ByteString
    Annotations
    @Summary(s = "Download key pair", flag = console.this.Help.Summary.<init>$default$2) @Description(s = "Can be deserialized as a CryptoKeyPair")
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def generate_key(keySpec: SigningKeySpec = consoleEnvironment.tryGlobalCrypto.privateCrypto.signingSchemes.keySpecs.default, usage: NonEmpty[Set[SigningKeyUsage]], name: Option[KeyName] = None): SigningPublicKey
    Annotations
    @Summary(s = "Generate a key", flag = console.this.Help.Summary.<init>$default$2) @Description(s = "Generate a key and store it into the global store")
  10. def generate_keys(count: PositiveInt, keySpec: SigningKeySpec = consoleEnvironment.tryGlobalCrypto.privateCrypto.signingSchemes.keySpecs.default, usage: NonEmpty[Set[SigningKeyUsage]], name: Option[KeyName] = None): NonEmpty[Seq[SigningPublicKey]]
    Annotations
    @Summary(s = "Generate keys", flag = console.this.Help.Summary.<init>$default$2) @Description(s = "Generate keys and store them into the global store")
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. def store(keys: Seq[PrivateKey]): Unit
    Annotations
    @Summary(s = "Store a key into the global store", flag = console.this.Help.Summary.<init>$default$2)
  18. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  19. def toString(): String
    Definition Classes
    AnyRef → Any
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  21. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  22. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

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

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped