-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public interface PBDeviceKeyBindingOrBuilder implements MessageOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract intgetTimestamp()uint32 timestamp = 1;abstract ByteStringgetDevicePublicKey()bytes devicePublicKey = 2;abstract ByteStringgetDevicePublicKeySignature()bytes devicePublicKeySignature = 3;abstract booleanhasAssertion().PBAssertion assertion = 4;abstract PBAssertiongetAssertion().PBAssertion assertion = 4;abstract PBAssertionOrBuildergetAssertionOrBuilder().PBAssertion assertion = 4;-
Methods inherited from class com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof -
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getTimestamp
abstract int getTimestamp()
uint32 timestamp = 1;
-
getDevicePublicKey
abstract ByteString getDevicePublicKey()
bytes devicePublicKey = 2;
-
getDevicePublicKeySignature
abstract ByteString getDevicePublicKeySignature()
bytes devicePublicKeySignature = 3;
-
hasAssertion
abstract boolean hasAssertion()
.PBAssertion assertion = 4;
-
getAssertion
abstract PBAssertion getAssertion()
.PBAssertion assertion = 4;
-
getAssertionOrBuilder
abstract PBAssertionOrBuilder getAssertionOrBuilder()
.PBAssertion assertion = 4;
-
-
-
-