Package | Description |
---|---|
org.apache.juddi.v3.client.cryptor |
Cryptographic functions for all passwords and digital signatures
|
Modifier and Type | Class and Description |
---|---|
class |
AES128Cryptor
AES 128 bit encryption
|
class |
AES256Cryptor
AES 256 bit encryption.
|
class |
AESCryptorAbstract
AES bit encryption
|
class |
DefaultCryptor |
class |
TripleDESCrytor
Triple DES, 168 bit key
|
Modifier and Type | Method and Description |
---|---|
static Cryptor |
CryptorFactory.getCryptor()
Returns a new instance of a CryptorFactory.
|
static Cryptor |
CryptorFactory.getCryptor(String className)
Returns a crypto provider with the matching classname, throws if not
possible
|
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.