© 2005 BEA Systems, Inc.

com.beasys.commerce.ebusiness.security
Class ExtendedPrivateKey

java.lang.Object
  extended byweblogic.security.Key
      extended byweblogic.security.RSAKey
          extended byweblogic.security.RSAPrivateKey
              extended byweblogic.security.RSAPrivateKeyPKCS8
                  extended bycom.beasys.commerce.ebusiness.security.ExtendedPrivateKey
All Implemented Interfaces:
Serializable, Streamable

public class ExtendedPrivateKey
extends RSAPrivateKeyPKCS8
implements Serializable

See Also:
Serialized Form

Field Summary
 
Fields inherited from class weblogic.security.RSAPrivateKeyPKCS8
pkcs5
 
Fields inherited from class weblogic.security.RSAPrivateKey
coefficient, exponent1, exponent2, prime1, prime2, publicExponent
 
Fields inherited from class weblogic.security.RSAKey
exponent, modulus
 
Fields inherited from class weblogic.security.Key
entity, expirationDate, keyBytes
 
Constructor Summary
ExtendedPrivateKey()
           
ExtendedPrivateKey(RSAPrivateKey rpk, MD5RandomBitsSource rbs)
           
 
Method Summary
 void setPKCS5(PKCS5 localPKCS5)
           
 
Methods inherited from class weblogic.security.RSAPrivateKeyPKCS8
getKey, input, length, output, setPassword, setPassword
 
Methods inherited from class weblogic.security.RSAPrivateKey
getPublicExponent, isPublic
 
Methods inherited from class weblogic.security.RSAKey
getExponent, getModulus, initialize, modulusLength, save, setBytes, setModulusExponent, toString
 
Methods inherited from class weblogic.security.Key
getBytes, getEntity, getExpirationDate, keySize, setEntity, setExpirationDate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExtendedPrivateKey

public ExtendedPrivateKey()

ExtendedPrivateKey

public ExtendedPrivateKey(RSAPrivateKey rpk,
                          MD5RandomBitsSource rbs)
Method Detail

setPKCS5

public void setPKCS5(PKCS5 localPKCS5)

© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved