public final class PublicCertCredential
extends java.lang.Object
| Modifier and Type | Method | Description | 
|---|---|---|
void | 
dispose() | 
 Frees all resources associated with this instance of the
 public certificate credential. 
 | 
protected void | 
finalize() | 
 Disposes of this certificate. 
 | 
java.security.cert.Certificate | 
getCertificate() | 
 The public certificate. 
 | 
boolean | 
isDisposed() | 
 Specifies whether this instance is disposed. 
 | 
java.lang.String | 
toString() | 
 A string representation of this object. 
 | 
public java.security.cert.Certificate getCertificate()
dispose()public void dispose()
public boolean isDisposed()
true if the credential is already disposeddispose()protected void finalize()
finalize in class java.lang.Objectdispose()public java.lang.String toString()
toString in class java.lang.Object