Searched refs:certificateHashLength (Results 1 – 1 of 1) sorted by relevance
115 int certificateHashLength = input.readInt(); in decodeRules() local116 byte[] certificateHash = new byte[certificateHashLength]; in decodeRules()