public class Cipher extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
Cipher.CipherState |
| Modifier and Type | Method and Description |
|---|---|
Cipher.CipherState |
getIsSecure() |
String |
getName() |
String |
getProt() |
Cipher.CipherState |
isCipherSecure(String cipher) |
void |
setName(String name) |
void |
setProt(String prot) |
public String getName()
public void setName(String name)
public String getProt()
public void setProt(String prot)
public Cipher.CipherState isCipherSecure(String cipher) throws IllegalArgumentException, IOException
IllegalArgumentExceptionIOExceptionpublic Cipher.CipherState getIsSecure()
Copyright © 2016–2022. All rights reserved.