KeyPair

case class KeyPair(name: String, fingerprint: String, material: Option[String]) extends KeyPair
Companion
object
trait Product
trait Equals
class KeyPair
trait Cloneable
trait Serializable
class Object
trait Matchable
class Any

Value members

Concrete methods

override def getKeyFingerprint: String
Definition Classes
KeyPair
override def getKeyMaterial: String
Definition Classes
KeyPair
override def getKeyName: String
Definition Classes
KeyPair

Inherited methods

def clone(): KeyPair
Inherited from
KeyPair
def equals(`x$0`: `<FromJavaObject>`): Boolean
Inherited from
KeyPair
def getKeyPairId(): String
Inherited from
KeyPair
def getTags(): List[Tag]
Inherited from
KeyPair
def hashCode(): Int
Inherited from
KeyPair
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def setKeyFingerprint(`x$0`: String): Unit
Inherited from
KeyPair
def setKeyMaterial(`x$0`: String): Unit
Inherited from
KeyPair
def setKeyName(`x$0`: String): Unit
Inherited from
KeyPair
def setKeyPairId(`x$0`: String): Unit
Inherited from
KeyPair
def setTags(`x$0`: Collection[Tag]): Unit
Inherited from
KeyPair
def toString(): String
Inherited from
KeyPair
def withKeyFingerprint(`x$0`: String): KeyPair
Inherited from
KeyPair
def withKeyMaterial(`x$0`: String): KeyPair
Inherited from
KeyPair
def withKeyName(`x$0`: String): KeyPair
Inherited from
KeyPair
def withKeyPairId(`x$0`: String): KeyPair
Inherited from
KeyPair
def withTags(`x$0`: Collection[Tag]): KeyPair
Inherited from
KeyPair
def withTags(`x$0`: Tag*): KeyPair
Inherited from
KeyPair