BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


weblogic.security
Class PublicCertCredential

java.lang.Object
  extended byweblogic.security.PublicCertCredential

public final class PublicCertCredential
extends Object

This class acts as a holder for a single public certificate.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Constructor Summary
PublicCertCredential(Certificate certificate)
          Creates a PublicCertCredential object from the specified public certificate.
 
Method Summary
 void dispose()
          Frees all resources associated with this instance of the public certificate credential.
protected  void finalize()
          Disposes of this certificate.
 Certificate getCertificate()
          The public certificate.
 boolean isDisposed()
          Specifies whether this instance is disposed.
 String toString()
          A string representation of this object.
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PublicCertCredential

public PublicCertCredential(Certificate certificate)
Creates a PublicCertCredential object from the specified public certificate.

Method Detail

dispose

public void dispose()
Frees all resources associated with this instance of the public certificate credential.


finalize

protected void finalize()
Disposes of this certificate.

See Also:
dispose()

getCertificate

public Certificate getCertificate()
The public certificate. Returns null if this instance has been disposed via the dispose() method.

Returns:
The public certificate
See Also:
dispose()

isDisposed

public boolean isDisposed()
Specifies whether this instance is disposed.

Returns:
true if the credential is already disposed
See Also:
dispose()

toString

public String toString()
A string representation of this object.

Returns:
A string representation of the credential

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs91
Copyright 2005 BEA Systems Inc.