public static class OpenSSLEncryptedContext.Builder extends Object implements org.apache.commons.lang3.builder.Builder<OpenSSLEncryptedContext>
| Constructor and Description |
|---|
OpenSSLEncryptedContext.Builder() |
| Modifier and Type | Method and Description |
|---|---|
OpenSSLEncryptedContext |
build() |
OpenSSLEncryptedContext.Builder |
withInitVector(List<Byte> initVector) |
OpenSSLEncryptedContext.Builder |
withKey(List<Byte> key) |
OpenSSLEncryptedContext.Builder |
withSalt(List<Byte> salt) |
public OpenSSLEncryptedContext.Builder()
public OpenSSLEncryptedContext.Builder withSalt(List<Byte> salt)
public OpenSSLEncryptedContext.Builder withKey(List<Byte> key)
public OpenSSLEncryptedContext.Builder withInitVector(List<Byte> initVector)
public OpenSSLEncryptedContext build()
build in interface org.apache.commons.lang3.builder.Builder<OpenSSLEncryptedContext>Copyright © 2010–2014 The Kuali Foundation. All rights reserved.