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