Home | History | Annotate | Download | only in spec

Lines Matching refs:DEFAULT

43      * the value of DEFAULT field.
46 // using init values for OAEPParameterSpec.DEFAULT
50 PSource pSrc = PSource.PSpecified.DEFAULT;
74 + "OAEPParameterSpec.DEFAULT field should be " + mdName,
75 OAEPParameterSpec.DEFAULT.getDigestAlgorithm().equals(mdName));
78 + "OAEPParameterSpec.DEFAULT field should be " + mgfName,
79 OAEPParameterSpec.DEFAULT.getMGFAlgorithm().equals(mgfName));
82 + "OAEPParameterSpec.DEFAULT field should be the same object "
84 OAEPParameterSpec.DEFAULT.getMGFParameters()
87 + "OAEPParameterSpec.DEFAULT field should be the same object "
88 + "PSource.PSpecified.DEFAULT",
89 OAEPParameterSpec.DEFAULT.getPSource()
90 == PSource.PSpecified.DEFAULT);
100 PSource pSrc = PSource.PSpecified.DEFAULT;
116 PSource pSrc = PSource.PSpecified.DEFAULT;
132 PSource pSrc = PSource.PSpecified.DEFAULT;
148 PSource pSrc = PSource.PSpecified.DEFAULT;