Documentation
¶
Index ¶
Constants ¶
View Source
const ( OPENSSL_RAW_DATA = 1 OPENSSL_ZERO_PADDING = 2 OPENSSL_DONT_ZERO_PAD_KEY = 4 )
OPENSSL options flags
View Source
const ( OPENSSL_KEYTYPE_RSA = 0 OPENSSL_KEYTYPE_EC = 3 )
Key types
View Source
const ( OPENSSL_ALGO_SHA1 = 1 OPENSSL_ALGO_SHA224 = 6 OPENSSL_ALGO_SHA256 = 7 OPENSSL_ALGO_SHA384 = 8 OPENSSL_ALGO_SHA512 = 9 )
Signature algorithms
Variables ¶
View Source
var OpenSSLAsymmetricKey = &phpobj.ZClass{
Name: "OpenSSLAsymmetricKey",
}
OpenSSLAsymmetricKey is the PHP 8 class for openssl key resources.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.