Packages

object WalletManager extends WalletManagerTrait

Linear Supertypes
WalletManagerTrait, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WalletManager
  2. WalletManagerTrait
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. def containsIdentity(wallet: Wallet, id: String): Boolean
    Attributes
    protected[de.upb.cs.uc4.hyperledger]
  7. def containsIdentity(walletPath: Path, id: String): Boolean

    Checks if a wallet contains a certain identity

    Checks if a wallet contains a certain identity

    walletPath

    Path to the wallet in question

    id

    identity to find

    returns

    true if identity is contained, else false

    Definition Classes
    WalletManagerWalletManagerTrait
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  11. def getCertificate(walletPath: Path, id: String): X509Certificate

    Gets the X509Certificate from an Identity in the wallet

    Gets the X509Certificate from an Identity in the wallet

    walletPath

    Path to wallet in your filesystem.

    id

    Identity Name to be accessed in the wallet.

    returns

    The X509Certificate-object.

    Definition Classes
    WalletManagerWalletManagerTrait
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def getIdentity(wallet: Wallet, id: String): Identity
    Attributes
    protected[de.upb.cs.uc4.hyperledger]
  14. def getIdentity(walletPath: Path, id: String): Identity
    Attributes
    protected[de.upb.cs.uc4.hyperledger]
  15. def getWallet(walletPath: Path): Wallet
    Attributes
    protected[de.upb.cs.uc4.hyperledger]
  16. def getX509Identity(wallet: Wallet, id: String): X509Identity
    Attributes
    protected[de.upb.cs.uc4.hyperledger]
  17. def getX509Identity(walletPath: Path, id: String): X509Identity
    Attributes
    protected[de.upb.cs.uc4.hyperledger]
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. def putIdentity(wallet: Wallet, id: String, identity: Identity): Unit
    Attributes
    protected[de.upb.cs.uc4.hyperledger]
  24. def putIdentity(walletPath: Path, id: String, identity: Identity): Unit
    Attributes
    protected[de.upb.cs.uc4.hyperledger]
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from WalletManagerTrait

Inherited from AnyRef

Inherited from Any

Ungrouped