Interface Certificate
public interface Certificate
-
Method Summary
Modifier and TypeMethodDescriptionvoiddecode(InputStream var0) voidencode(OutputStream var0) toString(boolean var0)
-
Method Details
-
decode
- Throws:
KeyExceptionIOException
-
encode
- Throws:
KeyExceptionIOException
-
getFormat
String getFormat() -
getGuarantor
Principal getGuarantor() -
getPrincipal
Principal getPrincipal() -
getPublicKey
PublicKey getPublicKey() -
toString
-