SPVM-Net-SSLeay

 view release on metacpan or  search on metacpan

helper/constants.txt  view on Meta::CPAN

NID_pkcs9
NID_pkcs9_challengePassword
NID_pkcs9_contentType
NID_pkcs9_countersignature
NID_pkcs9_emailAddress
NID_pkcs9_extCertAttributes
NID_pkcs9_messageDigest
NID_pkcs9_signingTime
NID_pkcs9_unstructuredAddress
NID_pkcs9_unstructuredName
NID_private_key_usage_period
NID_rc2_40_cbc
NID_rc2_64_cbc
NID_rc2_cbc
NID_rc2_cfb64
NID_rc2_ecb
NID_rc2_ofb64
NID_rc4
NID_rc4_40
NID_rc5_cbc
NID_rc5_cfb64

lib/SPVM/Net/SSLeay/Constant.c  view on Meta::CPAN

#ifdef NID_pkcs9_unstructuredName
  stack[0].ival = NID_pkcs9_unstructuredName;
  return 0;
#else
  env->die(env, stack, "NID_pkcs9_unstructuredName is not defined on this system", __func__, FILE_NAME, __LINE__);
  return SPVM_NATIVE_C_BASIC_TYPE_ID_ERROR_NOT_SUPPORTED_CLASS;
#endif
  
}

int32_t SPVM__Net__SSLeay__Constant__NID_private_key_usage_period(SPVM_ENV* env, SPVM_VALUE* stack) {

#ifdef NID_private_key_usage_period
  stack[0].ival = NID_private_key_usage_period;
  return 0;
#else
  env->die(env, stack, "NID_private_key_usage_period is not defined on this system", __func__, FILE_NAME, __LINE__);
  return SPVM_NATIVE_C_BASIC_TYPE_ID_ERROR_NOT_SUPPORTED_CLASS;
#endif
  
}

int32_t SPVM__Net__SSLeay__Constant__NID_rc2_40_cbc(SPVM_ENV* env, SPVM_VALUE* stack) {

#ifdef NID_rc2_40_cbc
  stack[0].ival = NID_rc2_40_cbc;
  return 0;

lib/SPVM/Net/SSLeay/Constant.pm  view on Meta::CPAN

C<static method NID_pkcs9_unstructuredAddress : int ();>

Returns the value of C<NID_pkcs9_unstructuredAddress>. If this constant is not defined on the system, an exception is thrown with the error id set to the basic type ID of the L<Error::NotSupported|SPVM::Error::NotSupported> class.

=head2 NID_pkcs9_unstructuredName

C<static method NID_pkcs9_unstructuredName : int ();>

Returns the value of C<NID_pkcs9_unstructuredName>. If this constant is not defined on the system, an exception is thrown with the error id set to the basic type ID of the L<Error::NotSupported|SPVM::Error::NotSupported> class.

=head2 NID_private_key_usage_period

C<static method NID_private_key_usage_period : int ();>

Returns the value of C<NID_private_key_usage_period>. If this constant is not defined on the system, an exception is thrown with the error id set to the basic type ID of the L<Error::NotSupported|SPVM::Error::NotSupported> class.

=head2 NID_rc2_40_cbc

C<static method NID_rc2_40_cbc : int ();>

Returns the value of C<NID_rc2_40_cbc>. If this constant is not defined on the system, an exception is thrown with the error id set to the basic type ID of the L<Error::NotSupported|SPVM::Error::NotSupported> class.

=head2 NID_rc2_64_cbc

C<static method NID_rc2_64_cbc : int ();>

lib/SPVM/Net/SSLeay/Constant.spvm  view on Meta::CPAN

  native static method NID_pkcs9_extCertAttributes : int ();

  native static method NID_pkcs9_messageDigest : int ();

  native static method NID_pkcs9_signingTime : int ();

  native static method NID_pkcs9_unstructuredAddress : int ();

  native static method NID_pkcs9_unstructuredName : int ();

  native static method NID_private_key_usage_period : int ();

  native static method NID_rc2_40_cbc : int ();

  native static method NID_rc2_64_cbc : int ();

  native static method NID_rc2_cbc : int ();

  native static method NID_rc2_cfb64 : int ();

  native static method NID_rc2_ecb : int ();



( run in 0.614 second using v1.01-cache-2.11-cpan-a5abf4f5562 )