May 2001
Intermediate to advanced
618 pages
20h 50m
English
Interface java.security.Certificate
Classes that implement this interface can be used to model
certificates. However, this interface has been deprecated in favor of
the java.security.cert.Certificate class.
public interface java.security.Certificate {
// Instance Methods
public abstract void decode(InputStream);
public abstract void encode(OutputStream);
public abstract String getFormat( );
public abstract Principal getGuarantor( );
public abstract Principal getPrincipal( );
public abstract PublicKey getPublicKey( );
public abstract String toString(boolean);
}
java.security.cert.Certificate
|
Read now
Unlock full access