object WalletManager extends WalletManagerTrait
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- WalletManager
- WalletManagerTrait
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def containsIdentity(wallet: Wallet, id: String): Boolean
- Attributes
- protected[de.upb.cs.uc4.hyperledger]
- 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
- WalletManager → WalletManagerTrait
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- 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
- WalletManager → WalletManagerTrait
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getIdentity(wallet: Wallet, id: String): Identity
- Attributes
- protected[de.upb.cs.uc4.hyperledger]
- def getIdentity(walletPath: Path, id: String): Identity
- Attributes
- protected[de.upb.cs.uc4.hyperledger]
- def getWallet(walletPath: Path): Wallet
- Attributes
- protected[de.upb.cs.uc4.hyperledger]
- def getX509Identity(wallet: Wallet, id: String): X509Identity
- Attributes
- protected[de.upb.cs.uc4.hyperledger]
- def getX509Identity(walletPath: Path, id: String): X509Identity
- Attributes
- protected[de.upb.cs.uc4.hyperledger]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- 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
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def putIdentity(wallet: Wallet, id: String, identity: Identity): Unit
- Attributes
- protected[de.upb.cs.uc4.hyperledger]
- def putIdentity(walletPath: Path, id: String, identity: Identity): Unit
- Attributes
- protected[de.upb.cs.uc4.hyperledger]
- 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()