Changed Methods |
String getDefaultType()
|
Documentation changed from old to new. |
Returns the default keystore type as specified in the Java security properties file or the string "jks" (acronym for "Java keystore") if no such property exists. |
boolean isCertificateEntry(String )
|
Documentation changed from old to new. |
Returns true if the entry identified by the given alias is a trusted certificate entry and false otherwise. |
boolean isKeyEntry(String )
|
Documentation changed from old to new. |
Returns true if the entry identified by the given alias is a key entry and false otherwise. |