object
MockCrypto extends Signer
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
createSignature(data: Array[Byte]): Signature
-
def
createSigningKey(data: Array[Byte]): PrivateKey
-
def
createSigningKeyFromHex(key: String): PrivateKey
-
def
createVerificationKey(data: Array[Byte]): PublicKey
-
def
createVerificationKeyFromHex(key: String): PublicKey
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
generate(rng: SecureRandom): KeyPair
-
def
generate(): KeyPair
-
final
def
getClass(): Class[_]
-
def
handlesPrivateKey(key: PrivateKey): Boolean
-
def
handlesPublicKey(key: PublicKey): Boolean
-
def
hashCode(): Int
-
def
inferPublicKey(priv: PrivateKey): PublicKey
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
privateKeyExtProvider(key: PrivateKey): PrivateKeyExtProvider
-
def
providerName: String
-
def
publicKeyExtProvider(key: PublicKey): PublicKeyExtProvider
-
val
secureRandom: SecureRandom
-
def
sign(message: Array[Byte], key: PrivateKey): Signature
-
def
sign(data: Hash, keyBytes: Array[Byte]): Signature
-
def
sign(data: Hash, key: PrivateKey): Signature
-
def
signToBytes(data: Hash, keyBytes: Array[Byte]): Array[Byte]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
verify(message: Array[Byte], sig: Signature, identity: PublicKey): Boolean
-
def
verify(data: Hash, sig: Signature, identity: PublicKey): Boolean
-
def
verify(data: Hash, sig: Seq[Byte], identity: Seq[Byte]): Boolean
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from Signer
Inherited from AnyRef
Inherited from Any