SecureBlackbox 2020 PHP Edition

Questions / Feedback?

KeyWrapMethod Property

The key wrap method used to encrypt the session key.

Object Oriented Interface

public function getKeyWrapMethod();
public function setKeyWrapMethod($value);

Procedural Interface

secureblackbox_xmlencryptor_get($res, 14 );
secureblackbox_xmlencryptor_set($res, 14, $value );

Default Value

'Camellia256'

Remarks

This property specifies the key wrap algorithm used to encrypt the session key.

Supported values:

SB_XML_ENCRYPTION_ALGORITHM_3DES3DEST
SB_XML_ENCRYPTION_ALGORITHM_AES128AES128
SB_XML_ENCRYPTION_ALGORITHM_AES192AES192
SB_XML_ENCRYPTION_ALGORITHM_AES256AES256
SB_XML_ENCRYPTION_ALGORITHM_CAMELLIA128Camellia128
SB_XML_ENCRYPTION_ALGORITHM_CAMELLIA192Camellia192
SB_XML_ENCRYPTION_ALGORITHM_CAMELLIA256Camellia256
SB_XML_ENCRYPTION_ALGORITHM_SEEDSEED

Data Type

String

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 PHP Edition - Version 20.0 [Build 8154]