Uses of Class
org.xipki.apppackage.jacob.CborType
-
Packages that use CborType Package Description org.xipki.apppackage.jacob -
-
Uses of CborType in org.xipki.apppackage.jacob
Methods in org.xipki.apppackage.jacob 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.Methods in org.xipki.apppackage.jacob with parameters of type CborType Modifier and Type Method Description booleanCborType. isEqualType(CborType other)
-