Searched defs:MSG (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jdk/test/java/security/Exceptions/
H A DChainingConstructors.java37 private static final String MSG = "msg"; field in class:ChainingConstructors
45 se = new SecurityException(MSG, cause);
46 if (!se.getMessage().equals(MSG) || !se.getCause().equals(cause)) {
54 de = new DigestException(MSG, cause);
55 if (!de.getMessage().equals(MSG) || !de.getCause().equals(cause)) {
63 gse = new GeneralSecurityException(MSG, cause);
64 if (!gse.getMessage().equals(MSG) || !gse.getCause().equals(cause)) {
73 iape = new InvalidAlgorithmParameterException(MSG, cause);
74 if (!iape.getMessage().equals(MSG) || !iape.getCause().equals(cause)) {
82 ike = new InvalidKeyException(MSG, caus
[all...]
/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DTlsKeyMaterialGenerator.java47 private final static String MSG = "TlsKeyMaterialGenerator must be " field in class:TlsKeyMaterialGenerator
58 throw new InvalidParameterException(MSG);
64 throw new InvalidAlgorithmParameterException(MSG);
80 throw new InvalidParameterException(MSG);
H A DTlsRsaPremasterSecretGenerator.java44 private final static String MSG = "TlsRsaPremasterSecretGenerator must be " field in class:TlsRsaPremasterSecretGenerator
54 throw new InvalidParameterException(MSG);
60 throw new InvalidAlgorithmParameterException(MSG);
67 throw new InvalidParameterException(MSG);
H A DTlsMasterSecretGenerator.java46 private final static String MSG = "TlsMasterSecretGenerator must be " field in class:TlsMasterSecretGenerator
57 throw new InvalidParameterException(MSG);
63 throw new InvalidAlgorithmParameterException(MSG);
79 throw new InvalidParameterException(MSG);
H A DTlsPrfGenerator.java112 private final static String MSG = "TlsPrfGenerator must be " field in class:TlsPrfGenerator
121 throw new InvalidParameterException(MSG);
127 throw new InvalidAlgorithmParameterException(MSG);
138 throw new InvalidParameterException(MSG);
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11TlsKeyMaterialGenerator.java52 private final static String MSG = "TlsKeyMaterialGenerator must be " field in class:P11TlsKeyMaterialGenerator
82 throw new InvalidParameterException(MSG);
88 throw new InvalidAlgorithmParameterException(MSG);
107 throw new InvalidParameterException(MSG);
H A DP11TlsMasterSecretGenerator.java48 private final static String MSG = "TlsMasterSecretGenerator must be " field in class:P11TlsMasterSecretGenerator
74 throw new InvalidParameterException(MSG);
80 throw new InvalidAlgorithmParameterException(MSG);
101 throw new InvalidParameterException(MSG);
H A DP11TlsPrfGenerator.java54 private final static String MSG = field in class:P11TlsPrfGenerator
79 throw new InvalidParameterException(MSG);
85 throw new InvalidAlgorithmParameterException(MSG);
113 throw new InvalidParameterException(MSG);
H A DP11TlsRsaPremasterSecretGenerator.java48 private final static String MSG = "TlsRsaPremasterSecretGenerator must be " field in class:P11TlsRsaPremasterSecretGenerator
71 throw new InvalidParameterException(MSG);
77 throw new InvalidAlgorithmParameterException(MSG);
83 throw new InvalidParameterException(MSG);

Completed in 58 milliseconds