Package java.security
Interface Certificate
-
public interface Certificate
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
decode(InputStream var0)
void
encode(OutputStream var0)
String
getFormat()
Principal
getGuarantor()
Principal
getPrincipal()
PublicKey
getPublicKey()
String
toString(boolean var0)
-
-
-
Method Detail
-
decode
void decode(InputStream var0) throws KeyException, IOException
- Throws:
KeyException
IOException
-
encode
void encode(OutputStream var0) throws KeyException, IOException
- Throws:
KeyException
IOException
-
getFormat
String getFormat()
-
getGuarantor
Principal getGuarantor()
-
getPrincipal
Principal getPrincipal()
-
getPublicKey
PublicKey getPublicKey()
-
toString
String toString(boolean var0)
-
-