Searched refs:objectType (Results 1 – 3 of 3) sorted by relevance
71 byte objectType; in decodeDER()84 objectType = der.parseTLV(); in decodeDER()85 if (objectType == (byte) 0xA0) { // SubClassAttributes [Optional] in decodeDER()87 objectType = der.parseTLV(); in decodeDER()89 if (objectType == (byte) 0xA1) { // OidDO in decodeDER()
79 byte objectType = der.parseTLV(); in decodeDER()80 if (objectType == ASN1.TAG_ApplLabel) { in decodeDER()84 } else if (objectType != ASN1.TAG_ApplPath) { in decodeDER()
52 private PendingRequestArgs(int arg1, int objectType, Parcelable object) { in PendingRequestArgs() argument53 this(arg1, 0, objectType, object); in PendingRequestArgs()56 private PendingRequestArgs(int arg1, int arg2, int objectType, Parcelable object) { in PendingRequestArgs() argument59 mObjectType = objectType; in PendingRequestArgs()