Class: PKCS11::CK_GOSTR3410_DERIVE_PARAMS

Inherits:
CStruct
  • Object
show all
Defined in:
ext/pk11_struct.doc

Constant Summary collapse

SIZEOF_STRUCT =

Size of corresponding C struct in bytes

Integer

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from CStruct

#inspect, #to_hash, #values

Instance Attribute Details

#kdfInteger

Returns accessor for kdf (CK_ULONG).

Returns:

  • (Integer)

    accessor for kdf (CK_ULONG)



897
898
899
# File 'ext/pk11_struct.doc', line 897

def kdf
  @kdf
end

#pPublicDataASCII8BIT-String?

Returns accessor for pPublicData and ulPublicDataLen.

Returns:

  • (ASCII8BIT-String, nil)

    accessor for pPublicData and ulPublicDataLen



893
894
895
# File 'ext/pk11_struct.doc', line 893

def pPublicData
  @pPublicData
end

#pUKMASCII8BIT-String?

Returns accessor for pUKM and ulUKMLen.

Returns:

  • (ASCII8BIT-String, nil)

    accessor for pUKM and ulUKMLen



895
896
897
# File 'ext/pk11_struct.doc', line 895

def pUKM
  @pUKM
end

Instance Method Details

#membersArray<String>

Returns Attributes of this struct.

Returns:

  • (Array<String>)

    Attributes of this struct



891
# File 'ext/pk11_struct.doc', line 891

def members; end

#to_sString

Returns Binary copy of the C struct.

Returns:

  • (String)

    Binary copy of the C struct



889
# File 'ext/pk11_struct.doc', line 889

def to_s; end