Class: PKCS11::CK_GOSTR3410_KEY_WRAP_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

#hKeyInteger, PKCS11::Object

Returns Object handle (CK_ULONG).

Returns:



911
912
913
# File 'ext/pk11_struct.doc', line 911

def hKey
  @hKey
end

#pUKMASCII8BIT-String?

Returns accessor for pUKM and ulUKMLen.

Returns:

  • (ASCII8BIT-String, nil)

    accessor for pUKM and ulUKMLen



909
910
911
# File 'ext/pk11_struct.doc', line 909

def pUKM
  @pUKM
end

#pWrapOIDASCII8BIT-String?

Returns accessor for pWrapOID and ulWrapOIDLen.

Returns:

  • (ASCII8BIT-String, nil)

    accessor for pWrapOID and ulWrapOIDLen



907
908
909
# File 'ext/pk11_struct.doc', line 907

def pWrapOID
  @pWrapOID
end

Instance Method Details

#membersArray<String>

Returns Attributes of this struct.

Returns:

  • (Array<String>)

    Attributes of this struct



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

def members; end

#to_sString

Returns Binary copy of the C struct.

Returns:

  • (String)

    Binary copy of the C struct



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

def to_s; end