org.mozilla.jss.pkix.primitive
public class PBEParameter extends Object implements ASN1Value
| Nested Class Summary | |
|---|---|
| static class | PBEParameter.Template
A template class for decoding a PBEParameter. |
| Constructor Summary | |
|---|---|
| PBEParameter(byte[] salt, int iterations)
Creates a PBEParameter from a salt and iteration count. | |
| PBEParameter(OCTET_STRING salt, INTEGER iterations)
Creates a PBEParameter from a salt and iteration count. | |
| Method Summary | |
|---|---|
| void | encode(OutputStream ostream) |
| void | encode(Tag implicitTag, OutputStream ostream) |
| int | getIterations() |
| byte[] | getSalt() |
| Tag | getTag() |
| static PBEParameter.Template | getTemplate() |