Package | Description |
---|---|
org.cryptacular.pbe |
Modifier and Type | Method and Description |
---|---|
static PBES1Algorithm |
PBES1Algorithm.fromOid(String oid)
Gets the PBE algorithm for the given object identifier.
|
static PBES1Algorithm |
PBES1Algorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PBES1Algorithm[] |
PBES1Algorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
PBES1EncryptionScheme(PBES1Algorithm alg,
org.bouncycastle.asn1.pkcs.PBEParameter params,
char[] password)
Creates a new instance with the given parameters.
|
Copyright © 2003-2024 Virginia Tech. All Rights Reserved.