Versions in this module Expand all Collapse all v0 v0.3.7 Aug 2, 2015 v0.3.6 Jul 30, 2015 Changes in this version + var KeyType_name = map[int32]string + var KeyType_value = map[string]int32 + type KeyType int32 + const KeyType_RSA + func (x *KeyType) UnmarshalJSON(data []byte) error + func (x KeyType) Enum() *KeyType + func (x KeyType) String() string + type PrivateKey struct + Data []byte + Type *KeyType + XXX_unrecognized []byte + func (*PrivateKey) ProtoMessage() + func (m *PrivateKey) GetData() []byte + func (m *PrivateKey) GetType() KeyType + func (m *PrivateKey) Reset() + func (m *PrivateKey) String() string + type PublicKey struct + Data []byte + Type *KeyType + XXX_unrecognized []byte + func (*PublicKey) ProtoMessage() + func (m *PublicKey) GetData() []byte + func (m *PublicKey) GetType() KeyType + func (m *PublicKey) Reset() + func (m *PublicKey) String() string