8#include <botan/pubkey_enums.h>
9#include <botan/ber_dec.h>
30 const byte mask = (0xFF << obj.
value[0]);
34 for(
size_t j = 1; j != obj.
value.
size(); ++j)
35 usage = (obj.
value[j] << 8) | usage;
BER_Object get_next_object()
SecureVector< byte > value
void decode(BER_Decoder &source, Key_Constraints &key_usage)
BER_Bad_Tag(const std::string &msg, ASN1_Tag tag)
BER_Decoding_Error(const std::string &)