Initializes for encryption of one or more MimeMessages with a
SecureRandom instance, a content encryption algorithm, and an
array of X509Certificates for intended recipients.
Initializes for encryption of one or more instances of data
with a random number generator together with
the content encryption algorithm and a list of recipient certificates.
INITIAL -
Static variable in interface com.dstc.security.kerberos.TicketFlags
Called by the context initiator to start the context creation phase
and process any tokens generated by the peer's acceptSecContext method
using streams.
Initializes for signing one or more MimeMessages with a supplied
private key and
certificate chain, a digest algorithm and an indication of whether
'clear signing' or 'opaque signing' is required.
Initializes for verification of one or more CMS signed data
instances with a Vector of trusted certificates (trust anchors)
and, optionally, a supplementary certificate store.
Initializes for verifying one or more MimeMessages with a Vector of
trusted certificates
(trust anchors) and an optional certificate store for certification
path construction.
INVALID -
Static variable in interface com.dstc.security.kerberos.TicketFlags