Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
X
R
RC2ParameterSpec
- class javax.crypto.spec.
RC2ParameterSpec
.
This class specifies the parameters used with the RC2 algorithm.
RC2ParameterSpec(int)
- Constructor for class javax.crypto.spec.
RC2ParameterSpec
Constructs a parameter set for RC2 from the given effective key size (in bits).
RC2ParameterSpec(int, byte[])
- Constructor for class javax.crypto.spec.
RC2ParameterSpec
Constructs a parameter set for RC2 from the given effective key size (in bits) and an 8-byte IV.
RC2ParameterSpec(int, byte[], int)
- Constructor for class javax.crypto.spec.
RC2ParameterSpec
Constructs a parameter set for RC2 from the given effective key size (in bits) and IV.
RC5ParameterSpec
- class javax.crypto.spec.
RC5ParameterSpec
.
This class specifies the parameters used with the RC5 algorithm.
RC5ParameterSpec(int, int, int)
- Constructor for class javax.crypto.spec.
RC5ParameterSpec
Constructs a parameter set for RC5 from the given version, number of rounds and word size (in bits).
RC5ParameterSpec(int, int, int, byte[])
- Constructor for class javax.crypto.spec.
RC5ParameterSpec
Constructs a parameter set for RC5 from the given version, number of rounds, word size (in bits), and IV.
RC5ParameterSpec(int, int, int, byte[], int)
- Constructor for class javax.crypto.spec.
RC5ParameterSpec
Constructs a parameter set for RC5 from the given version, number of rounds, word size (in bits), and IV.
read()
- Method in class javax.crypto.
CipherInputStream
Reads the next byte of data from this input stream.
read(byte[])
- Method in class javax.crypto.
CipherInputStream
Reads up to b.length bytes of data from this input stream into an array of bytes.
read(byte[], int, int)
- Method in class javax.crypto.
CipherInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
RecipientEncryptedKey
- class com.dstc.security.cms.
RecipientEncryptedKey
.
A class to represent a content encryption key encrypted in a per-recipient key encrypting key negotiated via a key agreement algorithm.
RecipientEncryptedKey()
- Constructor for class com.dstc.security.cms.
RecipientEncryptedKey
RecipientIdentifier
- interface com.dstc.security.cms.
RecipientIdentifier
.
An interface to an identifier for a recipient in a CMS EnvelopedData for whom the content encryption key is encrypted.
RecipientInfo
- interface com.dstc.security.cms.
RecipientInfo
.
An interface to per-recipient information in a CMS EnvelopedData.
RecipientKeyIdentifier
- class com.dstc.security.cms.
RecipientKeyIdentifier
.
A class to hold a recipient certificate's subject key identifier, and (optionally) any additional keying material used in a key agreement algorithm for a CMS EnvelopedData.
RecipientKeyIdentifier()
- Constructor for class com.dstc.security.cms.
RecipientKeyIdentifier
removeHandshakeCompletedListener(HandshakeCompletedListener)
- Method in class javax.net.ssl.
SSLSocket
Removes a previously registered handshake completion listener.
removeValue(String)
- Method in interface javax.net.ssl.
SSLSession
Removes the object bound to the given name in the session's application layer data.
RENEW
- Static variable in class com.dstc.security.kerberos.
KDCOptions
Flag to request renewal of a renewable ticket that is presented.
RENEWABLE
- Static variable in interface com.dstc.security.kerberos.
TicketFlags
RENEWABLE_OK
- Static variable in class com.dstc.security.kerberos.
KDCOptions
Flag to indicate in a request that a renewable ticket is acceptable if a ticket for the requested lifetime cannot be issued.
renewable()
- Method in interface com.dstc.security.kerberos.
TicketFlags
Returns true if the associated ticket is renewable and false otherwise
renewable()
- Method in class com.dstc.security.kerberos.
KDCOptions
Returns true if the RENEWABLE option is set in this KDCOptions
requestAnonymity(boolean)
- Method in interface org.ietf.jgss.
GSSContext
Requests that the initiator's identity not be disclosed to the acceptor.
requestConf(boolean)
- Method in interface org.ietf.jgss.
GSSContext
Requests that data confidentiality be enabled for the wrap method.
requestCredDeleg(boolean)
- Method in interface org.ietf.jgss.
GSSContext
Requests that the initiator's credentials be delegated to the acceptor during context establishment.
requestInitialTicket(EncryptionKey, PrincipalName, KDCOptions, Date, Date, InetAddress[], PaData[])
- Method in class com.dstc.security.kerberos.
Kerberos
requestInteg(boolean)
- Method in interface org.ietf.jgss.
GSSContext
Requests that data integrity be enabled for the wrap and getMICmethods.
requestLifetime(int)
- Method in interface org.ietf.jgss.
GSSContext
Requests a lifetime in seconds for the context.
requestMutualAuth(boolean)
- Method in interface org.ietf.jgss.
GSSContext
Requests that mutual authentication be done during context establishment.
requestReplayDet(boolean)
- Method in interface org.ietf.jgss.
GSSContext
Requests that replay detection be enabled for the per-message security services after context establishment.
requestSequenceDet(boolean)
- Method in interface org.ietf.jgss.
GSSContext
Requests that sequence checking be enabled for the per-message security services after context establishment.
requestServiceTicket(Credential, PrincipalName, String, KDCOptions)
- Method in class com.dstc.security.kerberos.
Kerberos
requestServiceTicket(Credential, PrincipalName, String, KDCOptions, Date, Date, Ticket, AuthorizationDataElement[])
- Method in class com.dstc.security.kerberos.
Kerberos
requestTicketGrantingTicket(EncryptionKey, KDCOptions)
- Method in class com.dstc.security.kerberos.
Kerberos
requestTicketGrantingTicket(EncryptionKey, KDCOptions, Date, Date, InetAddress[], PaData[])
- Method in class com.dstc.security.kerberos.
Kerberos
reset()
- Method in class javax.crypto.
Mac
Resets this Mac object.
reset()
- Method in class com.dstc.security.kerberos.
APOptions
Resets this APOptions so it can be re-used with a different request
reset()
- Method in class com.dstc.security.kerberos.
KDCOptions
Clears all flags in this KDCOptions so it can be re-used
reset()
- Method in class com.dstc.security.pki.
X509CertGen
Resets X509CertGen object so that a new User Certificate can be generated.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
X