JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Class
org.xipki.apppackage.cbor.CborType
Packages that use
CborType
Package
Description
org.xipki.apppackage.cbor
Uses of
CborType
in
org.xipki.apppackage.cbor
Methods in
org.xipki.apppackage.cbor
that return
CborType
Modifier and Type
Method
Description
CborType
CborDecoder.
peekType
()
Peeks in the input stream for the upcoming type.
static
CborType
CborType.
valueOf
(int i)
Decodes a given byte value to a
CborType
value.