Searched refs:keyRequestBlob (Results 1 – 3 of 3) sorted by relevance
63 private static int getKeyIds(byte[] keyRequestBlob, Vector<String> keyIds) { in getKeyIds() argument64 if (0 == keyRequestBlob.length || keyIds == null) { in getKeyIds()68 String jsonLicenseRequest = new String(keyRequestBlob); in getKeyIds()
955 private int getKeyIds(byte[] keyRequestBlob, Vector<String> keyIds) { in getKeyIds() argument956 if (0 == keyRequestBlob.length || keyIds == null) { in getKeyIds()961 String jsonLicenseRequest = new String(keyRequestBlob); in getKeyIds()
172 private static int getKeyIds(byte[] keyRequestBlob, Vector<String> keyIds) { in getKeyIds() argument173 if (0 == keyRequestBlob.length || keyIds == null) in getKeyIds()176 String jsonLicenseRequest = new String(keyRequestBlob); in getKeyIds()