Searched refs:publicKeyBlob (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/windows/classes/sun/security/mscapi/
H A DRSAPublicKey.java44 private byte[] publicKeyBlob = null; field in class:RSAPublicKey
96 publicKeyBlob = getPublicKeyBlob(hCryptKey);
97 exponent = new BigInteger(1, getExponent(publicKeyBlob));
115 publicKeyBlob = getPublicKeyBlob(hCryptKey);
116 modulus = new BigInteger(1, getModulus(publicKeyBlob));

Completed in 98 milliseconds