| Package | Description |
|---|---|
| org.apache.uima.ducc.common.crypto |
| Modifier and Type | Method and Description |
|---|---|
Object |
Crypto.decrypt(byte[] byteArray) |
Object |
ICrypto.decrypt(byte[] byteArray) |
byte[] |
Crypto.encrypt(Object o) |
byte[] |
ICrypto.encrypt(Object o) |
| Constructor and Description |
|---|
Crypto(String user,
String dirHome) |
Crypto(String user,
String dirHome,
Crypto.AccessType accessType) |
Crypto(String user,
String dirHome,
String dirSub) |
Crypto(String user,
String dirHome,
String dirSub,
Crypto.AccessType accessType) |
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.