Searched refs:removeLeadingNullBytes (Results 1 – 1 of 1) sorted by relevance
114 clientModulus = removeLeadingNullBytes(clientModulus); in getAlpha()115 clientExponent = removeLeadingNullBytes(clientExponent); in getAlpha()116 serverModulus = removeLeadingNullBytes(serverModulus); in getAlpha()117 serverExponent = removeLeadingNullBytes(serverExponent); in getAlpha()202 private byte[] removeLeadingNullBytes(byte[] inArray) { in removeLeadingNullBytes() method in PoloChallengeResponse