Package java.security
Interface Certificate
public interface Certificate
-
Method Summary
Modifier and TypeMethodDescriptionvoid
decode
(InputStream var0) void
encode
(OutputStream var0) toString
(boolean var0)
-
Method Details
-
decode
- Throws:
KeyException
IOException
-
encode
- Throws:
KeyException
IOException
-
getFormat
String getFormat() -
getGuarantor
Principal getGuarantor() -
getPrincipal
Principal getPrincipal() -
getPublicKey
PublicKey getPublicKey() -
toString
-