BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

Uses of Class
weblogic.security.KeyManagementException

Packages that use KeyManagementException
weblogic.security   
 

Uses of KeyManagementException in weblogic.security
 

Methods in weblogic.security that throw KeyManagementException
 void Key.initialize(java.io.InputStream is)
          Initialize the key from the input stream.
 void Key.save(java.io.OutputStream os)
          Save the bytes needed for initialization.
 void RSAKey.initialize(java.io.InputStream is)
          Initialize from the input stream.
 void RSAKey.save(java.io.OutputStream os)
          Save parameters needed to regenerate object.
abstract  void Certificate.initialize(java.io.InputStream is)
          This method actually performs the certificate initialization; implemented by a Certificate subclass.
 void Certificate.initialize(java.io.File file)
          Initialize from a file.
 void Certificate.initialize(java.net.URL url)
          Initialize from a URL.
abstract  boolean Certificate.verify()
          Verify the certificate.
 void Entity.initialize(byte[] data)
          Initialize the entity from data.
 byte[] Entity.save()
          Return the bytes of the name.
 void X509.initialize(java.io.InputStream is)
          Initialize the certificate from the specified input stream.
 boolean X509.verify()
           
 boolean X509.verifySignature()
           
 

Constructors in weblogic.security that throw KeyManagementException
Certificate.Certificate(java.io.InputStream is)
          Initialize certificate from a InputStream.
Certificate.Certificate(java.io.File file)
          Initialize certificate from a file.
Certificate.Certificate(java.net.URL url)
          Initialize certificate from a URL.
X509.X509(java.io.InputStream is)
           
X509.X509(java.io.File file)
           
X509.X509(java.net.URL url)
           
 


Documentation is available at
http://www.weblogic.com/docs51