| Package | Description |
|---|---|
| net.nicholaswilliams.java.licensing.encryption |
| Modifier and Type | Method and Description |
|---|---|
RSAKeyPairGeneratorInterface.GeneratedClassDescriptor |
RSAKeyPairGeneratorInterface.GeneratedClassDescriptor.setClassName(String className) |
RSAKeyPairGeneratorInterface.GeneratedClassDescriptor |
RSAKeyPairGeneratorInterface.GeneratedClassDescriptor.setJavaFileContents(String javaFileContents) |
RSAKeyPairGeneratorInterface.GeneratedClassDescriptor |
RSAKeyPairGeneratorInterface.GeneratedClassDescriptor.setPackageName(String packageName) |
| Modifier and Type | Method and Description |
|---|---|
void |
RSAKeyPairGeneratorInterface.saveKeyPairToProviders(KeyPair keyPair,
RSAKeyPairGeneratorInterface.GeneratedClassDescriptor privateKeyProvider,
RSAKeyPairGeneratorInterface.GeneratedClassDescriptor publicKeyProvider,
char[] password)
Saves the public and private keys specified to the respective
javaFileContents fields in
the provided RSAKeyPairGeneratorInterface.GeneratedClassDescriptors, encrypting both with the specified password. |
void |
RSAKeyPairGenerator.saveKeyPairToProviders(KeyPair keyPair,
RSAKeyPairGeneratorInterface.GeneratedClassDescriptor privateKeyProvider,
RSAKeyPairGeneratorInterface.GeneratedClassDescriptor publicKeyProvider,
char[] password)
Saves the public and private keys specified to the respective
javaFileContents fields in
the provided RSAKeyPairGeneratorInterface.GeneratedClassDescriptors, encrypting both with the specified
password. |
void |
RSAKeyPairGeneratorInterface.saveKeyPairToProviders(KeyPair keyPair,
RSAKeyPairGeneratorInterface.GeneratedClassDescriptor privateKeyProvider,
RSAKeyPairGeneratorInterface.GeneratedClassDescriptor publicKeyProvider,
char[] privatePassword,
char[] publicPassword)
Saves the public and private keys specified to the respective
javaFileContents fields in
the provided RSAKeyPairGeneratorInterface.GeneratedClassDescriptors, encrypting each with their respective passwords. |
void |
RSAKeyPairGenerator.saveKeyPairToProviders(KeyPair keyPair,
RSAKeyPairGeneratorInterface.GeneratedClassDescriptor privateKeyProvider,
RSAKeyPairGeneratorInterface.GeneratedClassDescriptor publicKeyProvider,
char[] privatePassword,
char[] publicPassword)
Saves the public and private keys specified to the respective
javaFileContents fields in
the provided RSAKeyPairGeneratorInterface.GeneratedClassDescriptors, encrypting each with their
respective passwords. |
void |
RSAKeyPairGeneratorInterface.savePasswordToProvider(char[] password,
RSAKeyPairGeneratorInterface.GeneratedClassDescriptor passwordProvider)
Saves the password specified to the
javaFileContents field in
the provided RSAKeyPairGeneratorInterface.GeneratedClassDescriptor. |
void |
RSAKeyPairGenerator.savePasswordToProvider(char[] password,
RSAKeyPairGeneratorInterface.GeneratedClassDescriptor passwordProvider)
Saves the password specified to the
javaFileContents field in
the provided RSAKeyPairGeneratorInterface.GeneratedClassDescriptor. |
Copyright © 2010-2013 NWTS Java Code. All Rights Reserved. Licensed Under the Apache License version 2.0.