|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KeyPair | |
---|---|
base.jdbs | |
base.jdbs.cryptography.asymmetric |
Uses of KeyPair in base.jdbs |
---|
Methods in base.jdbs with parameters of type KeyPair | |
---|---|
static java.io.File |
BackupArtifactAssembler.buildNewBackupArtifact(java.io.File repositoryDirectory,
SymmetricKey symmetricKey,
KeyPair keyPair,
Backup backup)
This method builds a new signed backup artifact placing it into a temp directory. |
static void |
BackupArtifactDisassembler.disassemblyBackupArtifact(SymmetricKey symmetricKey,
KeyPair keyPair,
BackupDescriptor backupDescriptor,
java.io.File outputDirectory)
|
Uses of KeyPair in base.jdbs.cryptography.asymmetric |
---|
Methods in base.jdbs.cryptography.asymmetric that return KeyPair | |
---|---|
KeyPair[] |
AsymmetricKeyRing.getAllKeyPair()
This method returns all the keypairs contained in the collection. |
KeyPair |
AsymmetricKeyRing.getKeyPair(java.lang.Integer keyPairId)
This method retrieves a keypair givind its identifier. |
static KeyPair |
RSAKeyPairFactory.newKeyPair(AsymmetricKeyRing asymmetricKeyRing,
java.lang.String description)
|
Methods in base.jdbs.cryptography.asymmetric with parameters of type KeyPair | |
---|---|
void |
AsymmetricKeyRing.addKeyPair(KeyPair keyPair)
This method adds a keypair to the collection. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |