| Package | Description |
|---|---|
| org.apache.shindig.common.crypto | |
| org.apache.shindig.common.util |
| Modifier and Type | Method and Description |
|---|---|
HMACType |
BasicBlobCrypter.getHmacType() |
| Modifier and Type | Method and Description |
|---|---|
void |
BasicBlobCrypter.setHmacType(HMACType hmacType) |
| Constructor and Description |
|---|
BasicBlobCrypter(byte[] masterKey,
HMACType hmacType) |
BasicBlobCrypter(File keyfile,
HMACType hmacType) |
BasicBlobCrypter(String masterKey,
HMACType hmacType) |
| Modifier and Type | Method and Description |
|---|---|
static HMACType |
HMACType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HMACType[] |
HMACType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.