< prev index next >

test/com/oracle/security/ucrypto/CipherSignNotSupported.java

Print this page

        

*** 25,34 **** --- 25,35 ---- * @test * @bug 8029849 * @summary Make sure signing via encrypt and verifying via decrypt are not * supported by OracleUcrypto provider. * @author Anthony Scarpino + * @key randomness */ import java.util.Random; import java.security.KeyPairGenerator; import java.security.KeyPair;
< prev index next >