Searched refs:decodeDER (Results 1 – 6 of 6) sorted by relevance
79 private byte[] decodeDER(byte[] buffer) throws PKCS15Exception { in decodeDER() method in EFACMain119 return decodeDER(readBinary(0, Util.END)); in analyseFile()
71 private byte[] decodeDER(byte[] buffer, byte[] aid) throws PKCS15Exception { in decodeDER() method in EFDIR107 if ((ODFPath = decodeDER(data, aid)) != null) break; in lookupAID()
70 private byte[] decodeDER(byte[] buffer) throws PKCS15Exception { in decodeDER() method in EFDODF120 return decodeDER(readBinary(0, Util.END)); in analyseFile()
82 private void decodeDER(byte[] buffer) throws PKCS15Exception { in decodeDER() method in EFACConditions270 decodeDER(mData); in addRestrictedHashes()287 decodeDER(mData); in addRestrictedHashesFromData()
75 private byte[] decodeDER(byte[] buffer) throws PKCS15Exception { in decodeDER() method in EFODF136 return decodeDER(readBinary(0, Util.END)); in analyseFile()
79 private void decodeDER(byte[] buffer) throws IOException, PKCS15Exception { in decodeDER() method in EFACRules143 decodeDER(readBinary(0, Util.END)); in analyseFile()