|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InvalidUserException | |
| com.entrust.toolkit | Contains classes for user mangement tasks and for PKCS #7 encode and decode operations. |
| Uses of InvalidUserException in com.entrust.toolkit |
| Methods in com.entrust.toolkit that throw InvalidUserException | |
CertificateSet |
PKCS7EncodeStream.setRecipients(CertificateSet recipients)
Specifies the public keys with which to encrypt the message. |
CertificateSet |
PKCS7EncodeStream.setIncludedCertificates(CertificateSet certs)
Specifies the certificates that are included in the PKCS#7 message. |
| Constructors in com.entrust.toolkit that throw InvalidUserException | |
PKCS7EncodeStream.PKCS7EncodeStream(User user,
java.io.OutputStream data,
int operation)
Creates a new PKCS7EncodeStream object to encrypt and/or
sign data. |
|
PKCS7EncodeStream.PKCS7EncodeStream(User user,
java.io.OutputStream data,
java.io.OutputStream signature)
Creates a new PKCS7EncodeStream to clear sign data. |
|
PKCS7DecodeStream.PKCS7DecodeStream(User user,
java.io.InputStream data)
Creates a new PKCS7DecodeStream object to decrypt data, to
verify data, or to retrieve exported certificates. |
|
PKCS7DecodeStream.PKCS7DecodeStream(User user,
java.io.InputStream data,
java.io.InputStream signature)
Creates a new DecodeStream to decode and verify
clear signed data. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||