java.lang.Object
javax.crypto.SealedObject
- All Implemented Interfaces:
- Serializable
- See Also:
- Top Examples, Source Code,
getObject
, getObject
, Cipher
protected byte[] encodedParams
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public final String getAlgorithm()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public final Object getObject(Key key)
throws IOException,
ClassNotFoundException,
NoSuchAlgorithmException,
InvalidKeyException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public final Object getObject(Key key,
String provider)
throws IOException,
ClassNotFoundException,
NoSuchAlgorithmException,
NoSuchProviderException,
InvalidKeyException
- See Also:
- IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public final Object getObject(Cipher c)
throws IOException,
ClassNotFoundException,
IllegalBlockSizeException,
BadPaddingException
- See Also:
- NullPointerException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public SealedObject(Serializable object,
Cipher c)
throws IOException,
IllegalBlockSizeException
- See Also:
- NullPointerException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected SealedObject(SealedObject so)
- See Also:
- NullPointerException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples