Trait

basis.form.ProtoVariant

ProtoSecret

Related Doc: package ProtoVariant

Permalink

trait ProtoSecret extends ProtoValue

Self Type
SecretForm
Source
ProtoVariant.scala
Linear Supertypes
Known Subclasses
SecretForm, SecretForm
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ProtoSecret
  2. ProtoValue
  3. FormValue
  4. BaseValue
  5. ProtoDelta
  6. DeltaValue
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def data: Loader

    Permalink
  2. abstract def iv: Loader

    Permalink
  3. abstract def mac: Loader

    Permalink

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def /(key: String): AnyForm

    Permalink
    Definition Classes
    FormValueBaseValueDeltaValue
  4. def /(index: Int): AnyForm

    Permalink
    Definition Classes
    BaseValue
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def asBoolForm: BoolForm

    Permalink
    Definition Classes
    BaseValue
  7. def asDataForm: DataForm

    Permalink
    Definition Classes
    BaseValue
  8. def asDateForm: DateForm

    Permalink
    Definition Classes
    BaseValue
  9. def asForm: AnyForm

    Permalink
    Definition Classes
    FormValueDeltaValue
  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. def asNullForm: NullForm

    Permalink
    Definition Classes
    BaseValue
  12. def asNumberForm: NumberForm

    Permalink
    Definition Classes
    BaseValue
  13. def asObjectDelta: ObjectDelta

    Permalink
    Definition Classes
    DeltaValue
  14. def asObjectForm: ObjectForm

    Permalink
    Definition Classes
    BaseValue
  15. def asSecretForm: SecretForm

    Permalink
    Definition Classes
    ProtoSecretProtoValue
  16. def asSeqForm: SeqForm

    Permalink
    Definition Classes
    BaseValue
  17. def asSetDelta: SetDelta

    Permalink
    Definition Classes
    DeltaValue
  18. def asSetForm: SetForm

    Permalink
    Definition Classes
    BaseValue
  19. def asTextForm: TextForm

    Permalink
    Definition Classes
    BaseValue
  20. def cast[T](implicit T: Mold[T]): Maybe[T]

    Permalink
    Definition Classes
    BaseValue
  21. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. def coerce[T](implicit T: Mold[T]): T

    Permalink
    Definition Classes
    BaseValue
  23. def decrypt(secretKey: Loader): AnyForm

    Permalink
    Definition Classes
    ProtoSecretProtoValue
  24. def delta(that: AnyForm): AnyDelta

    Permalink
    Definition Classes
    FormValue
  25. def encrypt(secretKey: Loader): AnyForm

    Permalink
    Definition Classes
    ProtoValue
  26. def encrypt(secretKey: Loader, iv: Loader): AnyForm

    Permalink
    Definition Classes
    ProtoValue
  27. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  28. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  29. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  30. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  31. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  32. def in(domain: Variant): Variant.AnyForm

    Permalink
    Definition Classes
    ProtoSecretBaseValue
  33. def in(domain: DeltaVariant): DeltaVariant.AnyForm

    Permalink
    Definition Classes
    FormValueDeltaValue
  34. def isBoolForm: Boolean

    Permalink
    Definition Classes
    BaseValue
  35. def isDataForm: Boolean

    Permalink
    Definition Classes
    BaseValue
  36. def isDateForm: Boolean

    Permalink
    Definition Classes
    BaseValue
  37. def isDefined: Boolean

    Permalink
    Definition Classes
    FormValueBaseValueDeltaValue
  38. def isDelta: Boolean

    Permalink
    Definition Classes
    FormValueDeltaValue
  39. def isForm: Boolean

    Permalink
    Definition Classes
    FormValueDeltaValue
  40. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  41. def isNullForm: Boolean

    Permalink
    Definition Classes
    BaseValue
  42. def isNumberForm: Boolean

    Permalink
    Definition Classes
    BaseValue
  43. def isObjectDelta: Boolean

    Permalink
    Definition Classes
    DeltaValue
  44. def isObjectForm: Boolean

    Permalink
    Definition Classes
    BaseValue
  45. def isSecretForm: Boolean

    Permalink
    Definition Classes
    ProtoSecretProtoValue
  46. def isSeqForm: Boolean

    Permalink
    Definition Classes
    BaseValue
  47. def isSetDelta: Boolean

    Permalink
    Definition Classes
    DeltaValue
  48. def isSetForm: Boolean

    Permalink
    Definition Classes
    BaseValue
  49. def isTextForm: Boolean

    Permalink
    Definition Classes
    BaseValue
  50. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  51. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  52. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  53. def patch(that: AnyDelta): AnyForm

    Permalink
    Definition Classes
    FormValue
  54. def protoField: Field[SecretForm]

    Permalink
    Definition Classes
    ProtoSecretProtoDelta
  55. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  56. def toObjectForm: ObjectForm

    Permalink
    Attributes
    protected
  57. def toProto: Loader

    Permalink
    Definition Classes
    ProtoValueProtoDelta
  58. def toString(): String

    Permalink
    Definition Classes
    ProtoSecret → AnyRef → Any
  59. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  60. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  61. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  62. def writeProto(data: Writer): Unit

    Permalink
    Definition Classes
    ProtoValueProtoDelta

Inherited from ProtoValue

Inherited from ProtoVariant.FormValue

Inherited from ProtoVariant.BaseValue

Inherited from ProtoDelta

Inherited from ProtoVariant.DeltaValue

Inherited from AnyRef

Inherited from Any

Ungrouped