Skip navigation links 
 
oracle.security.crypto.jce.provider
Class PhaosKeyFactorySpi
java.lang.Object
   java.security.KeyFactorySpi
java.security.KeyFactorySpi
       oracle.security.crypto.jce.provider.PhaosKeyFactorySpi
oracle.security.crypto.jce.provider.PhaosKeyFactorySpi
- 
public class PhaosKeyFactorySpi
 
- extends java.security.KeyFactorySpi
 
  
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
PhaosKeyFactorySpi
public PhaosKeyFactorySpi()
engineGeneratePrivate
protected java.security.PrivateKey engineGeneratePrivate(java.security.spec.KeySpec spec)
                                                  throws java.security.spec.InvalidKeySpecException
- 
- Specified by:
- engineGeneratePrivatein class- java.security.KeyFactorySpi
 
- 
- Throws:
- java.security.spec.InvalidKeySpecException
 
engineGeneratePublic
protected java.security.PublicKey engineGeneratePublic(java.security.spec.KeySpec spec)
                                                throws java.security.spec.InvalidKeySpecException
- 
- Specified by:
- engineGeneratePublicin class- java.security.KeyFactorySpi
 
- 
- Throws:
- java.security.spec.InvalidKeySpecException
 
engineGetKeySpec
protected java.security.spec.KeySpec engineGetKeySpec(java.security.Key key,
                                                      java.lang.Class keySpec)
                                               throws java.security.spec.InvalidKeySpecException
- 
- Specified by:
- engineGetKeySpecin class- java.security.KeyFactorySpi
 
- 
- Throws:
- java.security.spec.InvalidKeySpecException
 
engineTranslateKey
protected java.security.Key engineTranslateKey(java.security.Key key)
                                        throws java.security.InvalidKeyException
- 
- Specified by:
- engineTranslateKeyin class- java.security.KeyFactorySpi
 
- 
- Throws:
- java.security.InvalidKeyException
 
Skip navigation links 
 
Copyright © 2005, 2011 , Oracle. All rights reserved.