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 CborTypeCborDecoder. peekType()Peeks in the input stream for the upcoming type.static CborTypeCborType. valueOf(int i)Decodes a given byte value to aCborTypevalue.
-