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

  static method NID_pkcs9_unstructuredAddress : int ();

Gets the value of C<NID_pkcs9_unstructuredAddress>. If this constant value is not defined on this 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

  static method NID_pkcs9_unstructuredName : int ();

Gets the value of C<NID_pkcs9_unstructuredName>. If this constant value is not defined on this 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

  static method NID_private_key_usage_period : int ();

Gets the value of C<NID_private_key_usage_period>. If this constant value is not defined on this 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

  static method NID_rc2_40_cbc : int ();

Gets the value of C<NID_rc2_40_cbc>. If this constant value is not defined on this 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

  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 ();

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 1.676 second using v1.00-cache-2.02-grep-82fe00e-cpan-f73e49a70403 )