|
Bouncy Castle Cryptography 1.20 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.openpgp.PGPUtil
Basic utility class
Constructor Summary | |
PGPUtil()
|
Method Summary | |
static java.lang.String |
getDefaultProvider()
Return the provider that will be used by factory classes in situations where a provider must be determined on the fly. |
static javax.crypto.SecretKey |
makeKeyFromPassPhrase(int algorithm,
char[] passPhrase,
java.lang.String provider)
|
static javax.crypto.SecretKey |
makeKeyFromPassPhrase(int algorithm,
S2K s2k,
char[] passPhrase,
java.lang.String provider)
|
static javax.crypto.SecretKey |
makeRandomKey(int algorithm,
java.security.SecureRandom random)
|
static void |
setDefaultProvider(java.lang.String provider)
Set the provider to be used by the package when it is necessary to find one on the fly. |
static void |
writeFileToLiteralData(java.io.OutputStream out,
char fileType,
java.io.File file)
write out the passed in file as a literal data packet. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PGPUtil()
Method Detail |
public static java.lang.String getDefaultProvider()
public static void setDefaultProvider(java.lang.String provider)
provider
- public static javax.crypto.SecretKey makeRandomKey(int algorithm, java.security.SecureRandom random) throws PGPException
PGPException
public static javax.crypto.SecretKey makeKeyFromPassPhrase(int algorithm, char[] passPhrase, java.lang.String provider) throws java.security.NoSuchProviderException, PGPException
java.security.NoSuchProviderException
PGPException
public static javax.crypto.SecretKey makeKeyFromPassPhrase(int algorithm, S2K s2k, char[] passPhrase, java.lang.String provider) throws PGPException, java.security.NoSuchProviderException
PGPException
java.security.NoSuchProviderException
public static void writeFileToLiteralData(java.io.OutputStream out, char fileType, java.io.File file) throws java.io.IOException
file
- fileType
- the LiteralData type for the file.out
-
java.io.IOException
|
Bouncy Castle Cryptography 1.20 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |