|
Bouncy Castle Cryptography Library 1.79 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--org.bouncycastle.openpgp.operator.PGPKeyConverter
|
+--org.bouncycastle.openpgp.operator.jcajce.JcaPGPKeyConverter
| Constructor Summary | |
JcaPGPKeyConverter()
|
|
| Method Summary | |
PGPPrivateKey |
getPGPPrivateKey(PGPPublicKey pub,
java.security.PrivateKey privKey)
Convert a PrivateKey into a PGPPrivateKey. |
PGPPublicKey |
getPGPPublicKey(int version,
int algorithm,
PGPAlgorithmParameters algorithmParameters,
java.security.PublicKey pubKey,
java.util.Date time)
Create a PGPPublicKey from the passed in JCA one. |
PGPPublicKey |
getPGPPublicKey(int version,
int algorithm,
java.security.PublicKey pubKey,
java.util.Date time)
Create a PGPPublicKey from the passed in JCA one. |
PGPPublicKey |
getPGPPublicKey(int algorithm,
PGPAlgorithmParameters algorithmParameters,
java.security.PublicKey pubKey,
java.util.Date time)
Deprecated. use versioned getPGPPublicKey(int, int, PGPAlgorithmParameters, PublicKey, Date) instead. |
PGPPublicKey |
getPGPPublicKey(int algorithm,
java.security.PublicKey pubKey,
java.util.Date time)
Deprecated. use versioned getPGPPublicKey(int, int, PublicKey, Date) instead. |
java.security.PrivateKey |
getPrivateKey(PGPPrivateKey privKey)
|
java.security.PublicKey |
getPublicKey(PGPPublicKey publicKey)
|
JcaPGPKeyConverter |
setProvider(java.security.Provider provider)
|
JcaPGPKeyConverter |
setProvider(java.lang.String providerName)
|
| Methods inherited from class org.bouncycastle.openpgp.operator.PGPKeyConverter |
getPrivateKeyInfo, getPrivateKeyInfo, implGetKdfParameters |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public JcaPGPKeyConverter()
| Method Detail |
public JcaPGPKeyConverter setProvider(java.security.Provider provider)
public JcaPGPKeyConverter setProvider(java.lang.String providerName)
public PGPPrivateKey getPGPPrivateKey(PGPPublicKey pub,
java.security.PrivateKey privKey)
throws PGPException
pub - the corresponding PGPPublicKey to privKey.privKey - the private key for the key in pub.PGPException -
public PGPPublicKey getPGPPublicKey(int algorithm,
PGPAlgorithmParameters algorithmParameters,
java.security.PublicKey pubKey,
java.util.Date time)
throws PGPException
getPGPPublicKey(int, int, PGPAlgorithmParameters, PublicKey, Date) instead.
Note: the time passed in affects the value of the key's keyID, so you probably only want to do this once for a JCA key, or make sure you keep track of the time you used.
algorithm - asymmetric algorithm type representing the public key.algorithmParameters - additional parameters to be stored against the public key.pubKey - actual public key to associate.time - date of creation.PGPException - on key creation problem.
public PGPPublicKey getPGPPublicKey(int version,
int algorithm,
PGPAlgorithmParameters algorithmParameters,
java.security.PublicKey pubKey,
java.util.Date time)
throws PGPException
Note: the time passed in affects the value of the key's keyID, so you probably only want to do this once for a JCA key, or make sure you keep track of the time you used.
version - key version.algorithm - asymmetric algorithm type representing the public key.algorithmParameters - additional parameters to be stored against the public key.pubKey - actual public key to associate.time - date of creation.PGPException - on key creation problem.
public PGPPublicKey getPGPPublicKey(int algorithm,
java.security.PublicKey pubKey,
java.util.Date time)
throws PGPException
getPGPPublicKey(int, int, PublicKey, Date) instead.
Note: the time passed in affects the value of the key's keyID, so you probably only want to do this once for a JCA key, or make sure you keep track of the time you used.
algorithm - asymmetric algorithm type representing the public key.pubKey - actual public key to associate.time - date of creation.PGPException - on key creation problem.
public PGPPublicKey getPGPPublicKey(int version,
int algorithm,
java.security.PublicKey pubKey,
java.util.Date time)
throws PGPException
Note: the time passed in affects the value of the key's keyID, so you probably only want to do this once for a JCA key, or make sure you keep track of the time you used.
version - key version.algorithm - asymmetric algorithm type representing the public key.pubKey - actual public key to associate.time - date of creation.PGPException - on key creation problem.
public java.security.PrivateKey getPrivateKey(PGPPrivateKey privKey)
throws PGPException
public java.security.PublicKey getPublicKey(PGPPublicKey publicKey)
throws PGPException
|
Bouncy Castle Cryptography Library 1.79 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||