What is the SecurityInfo interface?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is the SecurityInfo interface?
Rating:
The SecurityInfo interface contains methods that provide information about a secure connection. Some of the methods of this interface are as follows:
- getProtocolName(): It returns the name of the protocol, such as SSL.
- getProtocolVersion(): It returns the version number of the secured protocol.
- getServerCertificate(): It returns the certificate used to obtain a secure connection.
Rating:
Was this information helpful?
Other articles
- What is the DateField class?
- What is the paint() method?
- What is the registerConnection() method?
- What is the setTransform() method?
- What is the getConstraints() method?