AC-Yenta
view release on metacpan or search on metacpan
lib/AC/protobuf/auth.pl view on Meta::CPAN
##
## This file was generated by Google::ProtocolBuffers (0.08)
## on Wed Nov 14 11:56:22 2012
##
use strict;
use warnings;
use Google::ProtocolBuffers;
{
unless (ACPAuth->can('_pb_fields_list')) {
Google::ProtocolBuffers->create_message(
'ACPAuth',
[
[
Google::ProtocolBuffers::Constants::LABEL_REQUIRED(),
Google::ProtocolBuffers::Constants::TYPE_STRING(),
'algorithm', 1, undef
],
],
{ 'create_accessors' => 1, 'follow_best_practice' => 1, }
);
}
unless (ACPEncrypt->can('_pb_fields_list')) {
Google::ProtocolBuffers->create_message(
'ACPEncrypt',
[
[
Google::ProtocolBuffers::Constants::LABEL_REQUIRED(),
Google::ProtocolBuffers::Constants::TYPE_STRING(),
'algorithm', 1, undef
],
[
Google::ProtocolBuffers::Constants::LABEL_REQUIRED(),
Google::ProtocolBuffers::Constants::TYPE_FIXED64(),
'seqno', 2, undef
],
[
Google::ProtocolBuffers::Constants::LABEL_REQUIRED(),
Google::ProtocolBuffers::Constants::TYPE_STRING(),
'nonce', 3, undef
],
[
Google::ProtocolBuffers::Constants::LABEL_REQUIRED(),
Google::ProtocolBuffers::Constants::TYPE_STRING(),
'hmac', 4, undef
],
[
Google::ProtocolBuffers::Constants::LABEL_REQUIRED(),
Google::ProtocolBuffers::Constants::TYPE_INT32(),
'length', 5, undef
],
[
Google::ProtocolBuffers::Constants::LABEL_REQUIRED(),
Google::ProtocolBuffers::Constants::TYPE_BYTES(),
'ciphertext', 50, undef
],
],
{ 'create_accessors' => 1, 'follow_best_practice' => 1, }
);
}
}
1;
( run in 1.722 second using v1.01-cache-2.11-cpan-75ffa21a3d4 )