Gjsify LogoGjsify Logo

Hierarchy

  • CipherValidity

Index

Constructors

Properties

children: GLib.Queue
encrypt: object
sign: object
name: string

Methods

  • Add a cert info to the signer or encrypter info.

    Parameters

    • mode: CipherValidityMode

      a #CamelCipherValidityMode, where to add the additional certificate information

    • name: string

      a name to add

    • email: string

      an e-mail address to add

    Returns number

  • Add a cert info to the signer or encrypter info, with extended data set.

    Parameters

    • mode: CipherValidityMode

      a #CamelCipherValidityMode, where to add the additional certificate information

    • name: string

      a name to add

    • email: string

      an e-mail address to add

    • certData: object

      a certificate data, or %NULL

    • certDataClone: CipherCloneFunc

      a copy function for cert_data, to copy the data; required, when cert_data is not %NULL

    Returns number

  • clear(): void
  • Calculate a conglomerate validity based on wrapping one secure part inside another one.

    Parameters

    • valid: CipherValidity

      a new #CamelCipherValidity to conglomerate the parent with

    Returns void

  • free(): void
  • Gets a named property name value for the given info_index of the mode validity part.

    Parameters

    • mode: CipherValidityMode

      which cipher validity part to use

    • infoIndex: number

      a 0-based index of the requested #CamelCipherCertInfo

    • name: string

      a property name

    Returns object

  • getDescription(): string
  • getValid(): boolean
  • init(): void
  • Sets a named property name value value for the given info_index of the mode validity part. If the value is %NULL, then the property is removed. With a non-%NULL value also value_free and value_clone functions cannot be %NULL.

    Parameters

    • mode: CipherValidityMode

      which cipher validity part to use

    • infoIndex: number

      a 0-based index of the requested #CamelCipherCertInfo

    • name: string

      a property name

    • value: object

      a property value, or %NULL

    • valueClone: CipherCloneFunc

      a clone function for the value

    Returns void

  • setDescription(description: string): void
  • setValid(valid: boolean): void

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method