| 100 | void _update_value() const; |
| 101 | |
| 102 | virtual void |
| 103 | _load() const |
| 104 | { |
| 105 | if (!_bio) { |
| 106 | _bio.reset(BIO_new(BIO_s_mem())); |
| 107 | } |
| 108 | } |
| 109 | |
| 110 | void _load_name(X509_NAME *(*getter)(const X509 *)) const; |
| 111 | void _load_integer(ASN1_INTEGER *(*getter)(X509 *)) const; |