@Private
public class CipherOption
extends java.lang.Object
| Constructor | Description |
|---|---|
CipherOption(CipherSuite suite) |
|
CipherOption(CipherSuite suite,
byte[] inKey,
byte[] inIv,
byte[] outKey,
byte[] outIv) |
| Modifier and Type | Method | Description |
|---|---|---|
CipherSuite |
getCipherSuite() |
|
byte[] |
getInIv() |
|
byte[] |
getInKey() |
|
byte[] |
getOutIv() |
|
byte[] |
getOutKey() |
public CipherOption(CipherSuite suite)
public CipherOption(CipherSuite suite, byte[] inKey, byte[] inIv, byte[] outKey, byte[] outIv)
public CipherSuite getCipherSuite()
public byte[] getInKey()
public byte[] getInIv()
public byte[] getOutKey()
public byte[] getOutIv()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.