Package org.biscuitsec.biscuit.token
Class ThirdPartyBlockContents
- java.lang.Object
-
- org.biscuitsec.biscuit.token.ThirdPartyBlockContents
-
public class ThirdPartyBlockContents extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ThirdPartyBlockContentsdeserialize(Schema.ThirdPartyBlockContents b)booleanequals(Object o)static ThirdPartyBlockContentsfromBytes(byte[] slice)inthashCode()Schema.ThirdPartyBlockContentsserialize()byte[]toBytes()StringtoString()
-
-
-
Method Detail
-
serialize
public Schema.ThirdPartyBlockContents serialize() throws Error.FormatError.SerializationError
-
deserialize
public static ThirdPartyBlockContents deserialize(Schema.ThirdPartyBlockContents b) throws Error.FormatError.DeserializationError
-
fromBytes
public static ThirdPartyBlockContents fromBytes(byte[] slice) throws com.google.protobuf.InvalidProtocolBufferException, Error.FormatError.DeserializationError
- Throws:
com.google.protobuf.InvalidProtocolBufferExceptionError.FormatError.DeserializationError
-
toBytes
public byte[] toBytes() throws IOException, Error.FormatError.SerializationError
-
-