A B C D E F G H I J K L M N O P R S T U V W X

G

GAP_TOKEN - Static variable in class org.ietf.jgss.GSSException
An expected per-message token was not received.
generateCertificate() - Method in class com.dstc.security.pki.X509CertGen
Returns the X.509 certificate being generated by this X509CertGen object.
generateCRL() - Method in class com.dstc.security.pki.X509CRLGen
Returns the CRL being generated by this X509CRLGen object.
generateKey() - Method in class javax.crypto.KeyGenerator
Generates a secret key.
generateSecret() - Method in class javax.crypto.KeyAgreement
Generates the shared secret and returns it in a new buffer.
generateSecret(byte[], int) - Method in class javax.crypto.KeyAgreement
Generates the shared secret, and places it into the buffer sharedSecret, beginning at offset.
generateSecret(KeySpec) - Method in class javax.crypto.SecretKeyFactory
Generates a SecretKey object from the provided key specification (key material).
generateSecret(String) - Method in class javax.crypto.KeyAgreement
Creates the shared secret and returns it as a secret key object of the requested algorithm type.
getAcceptorAddress() - Method in class org.ietf.jgss.ChannelBinding
Gets the acceptor's address for this channel binding.
getAdditionalTickets() - Method in interface com.dstc.security.kerberos.msg.KrbASReq
Returns all the additional tickets in this request
getAdditionalTickets() - Method in interface com.dstc.security.kerberos.msg.KrbTGSReq
Returns all the additional tickets in this request
getAlgorithm() - Method in class javax.crypto.SecretKeyFactory
Returns the algorithm name of this SecretKeyFactory object.
getAlgorithm() - Method in class javax.crypto.Cipher
Returns the algorithm name of this Cipher object.
getAlgorithm() - Method in class javax.crypto.SealedObject
Returns the algorithm that was used to seal this object.
getAlgorithm() - Method in class javax.crypto.Mac
Returns the standard name of the MAC algorithm.
getAlgorithm() - Method in class javax.crypto.KeyGenerator
Returns the standard name of the key algorithm.
getAlgorithm() - Method in class javax.crypto.KeyAgreement
Returns the standard name of the key agreement algorithm.
getAlgorithm() - Method in class javax.crypto.spec.SecretKeySpec
Returns the name of the algorithm associated with this secret key.
getAlgorithm() - Method in class com.dstc.security.cms.OriginatorPublicKey
Returns the public key algorithm JCA standard name for public key encapsulated in this OriginatorPublicKey
getAlgorithmName() - Method in interface com.dstc.security.cms.atts.AlgorithmAndKeyLength
Returns the algorithm name if there is a mapping from the corresponding object identifier.
getAnonymityState() - Method in interface org.ietf.jgss.GSSContext
Determines if the context initiator is anonymously authenticated to the context acceptor.
getAPOptions() - Method in interface com.dstc.security.kerberos.msg.APReq
Returns the APOptions in this request
getApplicationData() - Method in class org.ietf.jgss.ChannelBinding
Get the application specified data for this channel binding.
getAuthData() - Method in interface com.dstc.security.kerberos.Ticket
Returns all the authorization data for this Ticket.
getAuthData() - Method in interface com.dstc.security.kerberos.creds.Credential
Returns the authentication data
getAuthorizationData() - Method in interface com.dstc.security.kerberos.msg.APReq
Returns the authorization data in this Request, or null if absent
getAuthTime() - Method in interface com.dstc.security.kerberos.Ticket
Returns the time of initial authentication for this Ticket
getAuthTime() - Method in interface com.dstc.security.kerberos.creds.Credential
Returns the authentication time
getAuthTime() - Method in interface com.dstc.security.kerberos.msg.KrbASRep
Returns the authentication time in this response
getAuthTime() - Method in interface com.dstc.security.kerberos.msg.KrbTGSRep
Returns the authentication time in this response
getBlockSize() - Method in class javax.crypto.Cipher
Returns the block size (in bytes).
getBlockSize() - Method in class javax.crypto.NullCipher
 
getBytes() - Method in class com.dstc.security.kerberos.Checksum
Returns the bytes for this checksum
getCapabilities() - Method in interface com.dstc.security.cms.atts.SMIMECapabilities
Returns an array of SMIMECapability in preference order
getCertificates() - Method in interface com.dstc.security.cms.OriginatorInfo
Returns the X.509 certificates carried in this OriginatorInfo
getCertificates() - Method in interface com.dstc.security.cms.SignedData
Returns all (possibly none) the X.509 certificates carried in this SignedData
getCertificates(InputStream) - Static method in class com.dstc.security.ssl.BasicTrustEngine
Convenience method to get all X.509 certificates from an InputStream.
getCertificates(KeyStore) - Static method in class com.dstc.security.ssl.BasicTrustEngine
Convenience method to get all the X.509 certificates from a KeyStore, using KeyStore.getCertificate(String).
getChecksum() - Method in interface com.dstc.security.kerberos.msg.APReq
Returns the Checksum in this Request, or null if absent
getCipherSuite() - Method in interface javax.net.ssl.SSLSession
Returns the name of the SSL cipher suite which is used for all connections in the session.
getCipherSuite() - Method in class javax.net.ssl.HandshakeCompletedEvent
Returns the cipher suite in use by the session which was produced by the handshake.
getClientAddresses() - Method in interface com.dstc.security.kerberos.Ticket
Returns all client addresses for which this Ticket is valid.
getClientAddresses() - Method in interface com.dstc.security.kerberos.creds.Credential
Returns the client addresses
getClientAddresses() - Method in interface com.dstc.security.kerberos.msg.KrbASRep
Returns all the client addresses in this response.
getClientAddresses() - Method in interface com.dstc.security.kerberos.msg.KrbASReq
Returns all the client addresses in this request
getClientAddresses() - Method in interface com.dstc.security.kerberos.msg.KrbTGSRep
Returns all the addresses in this response
getClientAddresses() - Method in interface com.dstc.security.kerberos.msg.KrbTGSReq
Returns all the client addresses in this request
getClientName() - Method in interface com.dstc.security.kerberos.Ticket
Returns the client's principal name for this Ticket
getClientName() - Method in interface com.dstc.security.kerberos.creds.Credential
Returns the client name
getClientName() - Method in interface com.dstc.security.kerberos.msg.KrbASRep
Returns the client PrincipalName in this response
getClientName() - Method in interface com.dstc.security.kerberos.msg.KrbASReq
Returns the client's PrincipalName in this request
getClientName() - Method in interface com.dstc.security.kerberos.msg.KrbError
Returns the client PrincipalName in this message, or null if absent
getClientName() - Method in interface com.dstc.security.kerberos.msg.KrbTGSRep
Returns the client name in this response
getClientName() - Method in interface com.dstc.security.kerberos.msg.APReq
Returns the client PrincipalName in this Request
getClientName() - Method in interface com.dstc.security.kerberos.msg.KrbTGSReq
Returns the client PrincipalName in this request, or null if absent
getClientRealm() - Method in interface com.dstc.security.kerberos.Ticket
Returns the client's realm for this Ticket
getClientRealm() - Method in interface com.dstc.security.kerberos.creds.Credential
Returns the client realm
getClientRealm() - Method in interface com.dstc.security.kerberos.msg.KrbASRep
Returns the client realm in this response
getClientRealm() - Method in interface com.dstc.security.kerberos.msg.KrbError
Returns the client realm in this message, or null if absent
getClientRealm() - Method in interface com.dstc.security.kerberos.msg.KrbTGSRep
Returns the client realm in this response
getClientRealm() - Method in interface com.dstc.security.kerberos.msg.APReq
Returns the client realm in this Request
getClientTime() - Method in interface com.dstc.security.kerberos.msg.APRep
Returns the client time in this response.
getClientTime() - Method in interface com.dstc.security.kerberos.msg.KrbError
Returns the client time in this message, or null if absent.
getClientTime() - Method in interface com.dstc.security.kerberos.msg.APReq
Returns the client time in this response.
getCMSDataType() - Method in class com.dstc.security.cms.CMSTypedDataInputStream
Returns the CMS content type associated with this InputStream
getCMSEnvelopedData() - Method in interface com.dstc.security.cms.DecryptionResult
Returns the CMS EnvelopedData for the encrypted message which can be queried for recipient and encryption information.
getCMSEnvelopedData() - Method in interface com.dstc.security.smime.DecryptionResult
Returns the CMS EnvelopedData for the encrypted message which can be queried for the encryption and recipient information.
getCMSSignedData() - Method in interface com.dstc.security.cms.VerificationResult
Returns a SignedData instance for the signed message which can be queried for signer and signing information.
getCMSSignedData() - Method in interface com.dstc.security.smime.VerificationResult
Returns the CMS SignedData for the signed message which can be queried for signer information, amongst other things.
getConfState() - Method in interface org.ietf.jgss.GSSContext
Determines if data confidentiality is available over the context.
getContentType() - Method in interface com.dstc.security.cms.atts.ContentType
Returns the Object Identifier for the content type
getContext() - Method in class com.dstc.security.kerberos.Kerberos
Returns the KerberosContext for this Kerberos instance
getCreationTime() - Method in interface javax.net.ssl.SSLSession
Returns the time at which this Session representation was created, in milliseconds since midnight, January 1, 1970 UTC.
getCredDelegState() - Method in interface org.ietf.jgss.GSSContext
Determines if credential delegation is enabled on this context.
getCredential(String) - Method in class com.dstc.security.kerberos.FileCredentialStore
 
getCredential(String) - Method in interface com.dstc.security.kerberos.creds.CredentialStore
Returns the Credential valid for a specified principal
getCredentials() - Method in class com.dstc.security.kerberos.FileCredentialStore
 
getCredentials() - Method in interface com.dstc.security.kerberos.creds.CredentialStore
Returns an Iterator to the Credentials in this store Note: to ensure thread-safety, it is necessary to synchronize on CredentialStore instance until all operations on the Iterator instance are completed.
getCredentialStore() - Method in class com.dstc.security.kerberos.KerberosContext
Returns the CredentialStore for this context
getCRLs() - Method in interface com.dstc.security.cms.OriginatorInfo
Returns the X.509 CRLs carried in this OriginatorInfo
getCRLs() - Method in interface com.dstc.security.cms.SignedData
Returns all (possibly none) the X.509 CRLs carried in this SignedData.
getCRLs(InputStream) - Static method in class com.dstc.security.ssl.OptimisticCRLChecker
Convenience method to get all X.509 CRLs from an InputStream.
getCusec() - Method in interface com.dstc.security.kerberos.msg.APReq
Returns the microsecond part of the client time (including any fractional milliseconds).
getDecrypted() - Method in interface com.dstc.security.cms.DecryptionResult
Returns a CMSTypedDataInputStream from which the recovered plaintext data can be read.
getDefault() - Static method in class javax.net.SocketFactory
Returns a copy of the environment's default socket factory.
getDefault() - Static method in class javax.net.ServerSocketFactory
Returns a copy of the environment's default server socket factory.
getDefault() - Static method in class javax.net.ssl.SSLSocketFactory
Returns the default SSL socket factory.
getDefault() - Static method in class javax.net.ssl.SSLServerSocketFactory
Returns the default SSL server socket factory.
getDefault() - Static method in class com.dstc.security.ssl.BasicTrustEngine
Attempts to create a default TrustEngine.
getDefaultCipherSuites() - Method in class javax.net.ssl.SSLSocketFactory
Returns the list of cipher suites which are enabled by default.
getDefaultCipherSuites() - Method in class javax.net.ssl.SSLServerSocketFactory
Returns the list of cipher suites which are enabled by default.
getDefaultCipherSuites() - Method in class com.dstc.security.ssl.SSLServerSocketFactory
 
getDefaultCipherSuites() - Method in class com.dstc.security.ssl.SSLSocketFactory
 
getDefaultRealm() - Method in class com.dstc.security.kerberos.FileCredentialStore
 
getDefaultRealm() - Method in interface com.dstc.security.kerberos.creds.CredentialStore
Returns the default realm for this store
getDefaultTicketLifeTime() - Method in class com.dstc.security.kerberos.KerberosContext
Returns the default ticket lifetime for all ticket requests.
getDefaultUser() - Method in class com.dstc.security.kerberos.FileCredentialStore
 
getDefaultUser() - Method in interface com.dstc.security.kerberos.creds.CredentialStore
Returns the default principal name for this store
getDelegCred() - Method in interface org.ietf.jgss.GSSContext
Obtains the credentials delegated by the context initiator to the context acceptor.
getDER() - Method in class org.ietf.jgss.Oid
Returns the full ASN.1 DER encoding for this oid object, which includes the tag and length.
getDigestAlgorithm() - Method in interface com.dstc.security.cms.SignerInfo
Returns the digest algorithm JCA standard name used in the signing process and carried in this SignerInfo
getDigestBytes() - Method in interface com.dstc.security.cms.atts.MessageDigest
Returns the digest bytes
getEffectiveKeyBits() - Method in class javax.crypto.spec.RC2ParameterSpec
Returns the effective key size in bits.
getEmailAddress(X509Certificate) - Static method in class com.dstc.security.smime.SMIMEUtil
Returns the distinct e-mail address(es) in the supplied certificate, or an empty array if absent.
getEmailAddressInCertificate() - Method in interface com.dstc.security.smime.AddressMismatch
Returns the distinct e-mail address(es) contained in the signer certificate, or an empty array if there are none.
getEmailAddressInMessage() - Method in interface com.dstc.security.smime.AddressMismatch
Returns the distinct email address(es) in the From: or Sender: header in the S/MIME message that was verified, or an empty array if none exists.
getEnabledCipherSuites() - Method in class javax.net.ssl.SSLServerSocket
Returns the list of cipher suites which are currently enabled for use by newly accepted connections.
getEnabledCipherSuites() - Method in class javax.net.ssl.SSLSocket
Returns the names of the SSL cipher suites which are currently enabled for use on this connection.
getEnableSessionCreation() - Method in class javax.net.ssl.SSLServerSocket
Returns true if new SSL sessions may be established by the sockets which are created from this server socket.
getEnableSessionCreation() - Method in class javax.net.ssl.SSLSocket
Returns true if new SSL sessions may be established by this socket.
getEncoded() - Method in class javax.crypto.spec.SecretKeySpec
Returns the key material of this secret key.
getEncoded() - Method in class javax.security.cert.Certificate
Returns the encoded form of this certificate.
getEncoded() - Method in class com.dstc.security.kerberos.PrincipalName
Returns the ASN.1 DER encoding for this PrincipalName
getEncoded() - Method in interface com.dstc.security.kerberos.Ticket
Returns the ASN.1 DER encoding for this Ticket
getEncoded() - Method in interface com.dstc.security.kerberos.msg.KerberosMessage
Returns the ASN.1 DER encoding for this message
getEncoded() - Method in class com.dstc.security.keymanage.SSLeayEncryptedPrivateKey
Returns the Base64-encoding of the SSLeayEncryptedPrivateKey .
getEncoded() - Method in class com.dstc.security.keymanage.PKCS8EncryptedPrivateKey
Returns the DER encoding of this PKCS8EncryptedPrivateKey object.
getEncoded() - Method in class com.dstc.security.pki.NetscapeCertificationRequest
 
getEncoded() - Method in interface com.dstc.security.pki.CertificationRequest
Return the default encoding of this object.
getEncoded() - Method in class com.dstc.security.pki.PKCS10CertificationRequest
Returns the DER encoding for this PKCS10CertificationRequest
getEncodedPublicKey() - Method in class com.dstc.security.pki.NetscapeCertificationRequest
Returns the DER encoding of the SubjectPublicKeyInfo for this NetscapeCertificationRequest object.
getEncodedPublicKey() - Method in interface com.dstc.security.pki.CertificationRequest
Get the DER encoding of the PublicKey associated with this CertificationRequest.
getEncodedPublicKey() - Method in class com.dstc.security.pki.PKCS10CertificationRequest
Returns the encoding of SubjectPublicKeyInfo defined by the ASN.1 structure
getEncodedValues() - Method in interface com.dstc.security.cms.Attribute
Returns the encoded value for this Attribute (the ASN.1 DER encoding for the SET OF in the ASN.1 definition of Attribute).
getEncryptedKey() - Method in class com.dstc.security.cms.RecipientEncryptedKey
Returns the value of the encrypted content encryption key for the intending recipient of this RecipientEncryptedKey
getEncryptedKey() - Method in interface com.dstc.security.cms.KeyTransRecipientInfo
Returns the encrypted content encryption key for the intended recipient
getEncryptionType() - Method in interface com.dstc.security.kerberos.msg.KrbASReq
Returns the EncryptionType in this request
getEncryptionType() - Method in interface com.dstc.security.kerberos.msg.KrbTGSReq
Returns the encryption type in this request in preference order
getEndTime() - Method in interface com.dstc.security.kerberos.Ticket
Returns the expiration time for this Ticket
getEndTime() - Method in interface com.dstc.security.kerberos.creds.Credential
Returns the end time
getEndTime() - Method in interface com.dstc.security.kerberos.msg.KrbASRep
Returns the end time in this response
getEndTime() - Method in interface com.dstc.security.kerberos.msg.KrbASReq
Returns the end time in this request, or null if absent
getEndTime() - Method in interface com.dstc.security.kerberos.msg.KrbTGSRep
Returns the end time for this response
getEndTime() - Method in interface com.dstc.security.kerberos.msg.KrbTGSReq
Returns the end time in this request, or null if absent
getErrorCode() - Method in class com.dstc.security.kerberos.KerberosError
Returns the KrbError error code
getErrorCode() - Method in interface com.dstc.security.kerberos.msg.KrbError
Returns the error code in this message
getErrorData() - Method in interface com.dstc.security.kerberos.msg.KrbError
Returns the error data in this message, or null if absent
getExponentSize() - Method in class javax.crypto.spec.DHGenParameterSpec
Returns the size in bits of the random exponent (private value).
getFormat() - Method in class javax.crypto.spec.SecretKeySpec
Returns the name of the encoding format for this secret key.
getG() - Method in class javax.crypto.spec.DHParameterSpec
Returns the base generator g.
getG() - Method in class javax.crypto.spec.DHPublicKeySpec
Returns the base generator g.
getG() - Method in class javax.crypto.spec.DHPrivateKeySpec
Returns the base generator g.
getGSSManager() - Method in class com.dstc.security.kerberos.Kerberos
Returns the GSSManager for this Kerberos instance.
getId() - Method in interface javax.net.ssl.SSLSession
Returns the identifier assigned to this Session.
getId() - Method in class com.dstc.security.cms.SubjectKeyIdentifier
Returns the value of the signer key identifier extension in the certificate represented by this SubjectKeyIdentifier.
getIds() - Method in interface javax.net.ssl.SSLSessionContext
Returns an Enumeration of all session id's.
getInitiatorAddress() - Method in class org.ietf.jgss.ChannelBinding
Gets the initiator's address for this channel binding.
getInstance() - Static method in class org.ietf.jgss.GSSManager
Returns the default GSSManager implementation.
getInstance() - Static method in class com.dstc.security.kerberos.Kerberos
Returns a Kerberos instance for a KerberosContext which is constructed from defaults and from information passed through system properties.
getInstance(byte[]) - Static method in class javax.security.cert.X509Certificate
Instantiates an X509Certificate object, and initializes it with the specified byte array.
getInstance(InputStream) - Static method in class javax.security.cert.X509Certificate
Instantiates an X509Certificate object, and initializes it with the data read from the input stream inStream.
getInstance(int, byte[]) - Static method in class com.dstc.security.kerberos.KerberosKey
Returns a KerberosKey for a given encryption type and key value
getInstance(int, byte[], byte[]) - Static method in class com.dstc.security.kerberos.KerberosKey
Returns a KerberosKey for a given encryption type, a password and a mix-in string
getInstance(KerberosContext) - Static method in class com.dstc.security.kerberos.Kerberos
Returns a Kerberos instance for a given KerberosContext
getInstance(SecureRandom, PrivateKey, X509Certificate[], TrustEngine, String[]) - Static method in class com.dstc.security.ssl.SSLServerSocketFactory
Create a new SSLServerSocketFactory.
getInstance(SecureRandom, PrivateKey, X509Certificate[], TrustEngine, String[]) - Static method in class com.dstc.security.ssl.SSLSocketFactory
Create a new SSLSocketFactory.
getInstance(SecureRandom, PrivateKey, X509Certificate[], TrustEngine, String[], int, int) - Static method in class com.dstc.security.ssl.SSLServerSocketFactory
Create a new SSLServerSocketFactory, with specific parameters for its session cache.
getInstance(SecureRandom, PrivateKey, X509Certificate[], TrustEngine, String[], int, int) - Static method in class com.dstc.security.ssl.SSLSocketFactory
Create a new SSLSocketFactory, with specific parameters for its session cache.
getInstance(String) - Static method in class javax.crypto.SecretKeyFactory
Generates a SecretKeyFactory object for the specified algorithm.
getInstance(String) - Static method in class javax.crypto.Cipher
Creates a Cipher object that implements the specified algorithm, as supplied by the default provider.
getInstance(String) - Static method in class javax.crypto.Mac
Generates an Mac object that implements the specified MAC algorithm.
getInstance(String) - Static method in class javax.crypto.KeyGenerator
Generates a KeyGenerator object for the specified algorithm.
getInstance(String) - Static method in class javax.crypto.KeyAgreement
Generates a KeyAgreement object that implements the specified key agreement algorithm.
getInstance(String, String) - Static method in class javax.crypto.SecretKeyFactory
Generates a SecretKeyFactory object for the specified key algorithm from the specified provider.
getInstance(String, String) - Static method in class javax.crypto.Cipher
Creates a Cipher object that implements the specified transformation, as supplied by the specified provider.
getInstance(String, String) - Static method in class javax.crypto.Mac
Generates an Mac object for the specified MAC algorithm from the specified provider.
getInstance(String, String) - Static method in class javax.crypto.KeyGenerator
Generates a keyGenerator object for the specified key algorithm from the specified provider.
getInstance(String, String) - Static method in class javax.crypto.KeyAgreement
Generates a KeyAgreement object for the specified key agreement algorithm from the specified provider.
getIntegState() - Method in interface org.ietf.jgss.GSSContext
Determines if data integrity is available over the context.
getIntMask() - Method in interface com.dstc.security.kerberos.TicketFlags
Returns the integer mask for this TicketFlags
getIssuer() - Method in class com.dstc.security.cms.IssuerAndSerialNumber
Returns the String form of the Issuer Distinguished Name for the certificate represented by this IssuerAndSerialNumber.
getIssuerDN() - Method in class javax.security.cert.X509Certificate
Gets the issuer (issuer distinguished name) value from the certificate.
getIterationCount() - Method in class javax.crypto.spec.PBEParameterSpec
Returns the iteration count.
getIV() - Method in class javax.crypto.Cipher
Returns the initialization vector (IV) in a new buffer.
getIV() - Method in class javax.crypto.NullCipher
 
getIV() - Method in class javax.crypto.spec.RC5ParameterSpec
Returns the IV or null if this parameter set does not contain an IV.
getIV() - Method in class javax.crypto.spec.IvParameterSpec
Returns the initialization vector (IV).
getIV() - Method in class javax.crypto.spec.RC2ParameterSpec
Returns the IV or null if this parameter set does not contain an IV.
getKDCAddress() - Method in class com.dstc.security.kerberos.KerberosContext
Returns the KDC host address
getKDCPort() - Method in class com.dstc.security.kerberos.KerberosContext
Returns the KDC port
getKey() - Method in class javax.crypto.spec.DESKeySpec
Returns the DES key material.
getKey() - Method in class javax.crypto.spec.DESedeKeySpec
Returns the DES-EDE key.
getKey() - Method in interface com.dstc.security.kerberos.Ticket
Returns the session key in this Ticket
getKeyAlgName() - Method in class com.dstc.security.pki.NetscapeCertificationRequest
Returns the key algorithm name for this NetscapeCertificationRequest
getKeyAlgName() - Method in interface com.dstc.security.pki.CertificationRequest
Return the type of public key included in this request.
getKeyAlgName() - Method in class com.dstc.security.pki.PKCS10CertificationRequest
Returns the key algorithm name for this PKCS10CertificationRequest
getKeyEncryptionAlgorithm() - Method in interface com.dstc.security.cms.RecipientInfo
Returns the key encryption algorithm JCA standard name for this RecipientInfo
getKeyExpiration() - Method in interface com.dstc.security.kerberos.msg.KrbASRep
Returns the key expiration time in this response
getKeyExpiration() - Method in interface com.dstc.security.kerberos.msg.KrbTGSRep
Returns the key expiration time in this response, or null if absent
getKeyLength() - Method in interface com.dstc.security.cms.atts.AlgorithmAndKeyLength
Returns the key length for the algorithm, or 0 if undefined (indicating no special length restrictions) or is inappropriate (eg.
getKeySpec(SecretKey, Class) - Method in class javax.crypto.SecretKeyFactory
Returns a specification (key material) of the given key object in the requested format.
getKeyTab() - Method in class com.dstc.security.kerberos.KerberosContext
Returns the KeyTab for this context
getKeyTabEntries() - Method in class com.dstc.security.kerberos.FileKeyTab
 
getKeyTabEntries() - Method in interface com.dstc.security.kerberos.creds.KeyTab
Returns an Iterator for all KeyTabEntrys in this KeyTab Note: to ensure thread-safety, it is necessary to synchronize on KeyTab instance until all operations on the Iterator instance are completed.
getKeyTabEntry(String) - Method in class com.dstc.security.kerberos.FileKeyTab
 
getKeyTabEntry(String) - Method in interface com.dstc.security.kerberos.creds.KeyTab
Returns a KeyTabEntry for a given principal
getKeyTabType() - Method in class com.dstc.security.kerberos.FileKeyTab
 
getKeyTabType() - Method in interface com.dstc.security.kerberos.creds.KeyTab
Returns the key tab type for this KeyTab
getKrbASRepFromKDC(KrbASReq, EncryptionKey) - Method in class com.dstc.security.kerberos.Kerberos
Sends the supplied KrbASReq to the configured KDC, processes the reply and returns it as a KrbASRep, if successful.
getKrbTGSRepFromKDC(KrbTGSReq) - Method in class com.dstc.security.kerberos.Kerberos
Sends the supplied KrbTGSReq to the configured KDC, processes the reply and returns it as a KrbTGSRep, if successful.
getL() - Method in class javax.crypto.spec.DHParameterSpec
Returns the size in bits, l, of the random exponent (private value).
getLastAccessedTime() - Method in interface javax.net.ssl.SSLSession
Returns the last time this Session representation was accessed by the session level infrastructure, in milliseconds since midnight, January 1, 1970 UTC.
getLastRequest() - Method in interface com.dstc.security.kerberos.msg.KrbASRep
Returns all the LastReqElements in this response
getLastRequest() - Method in interface com.dstc.security.kerberos.msg.KrbTGSRep
Returns all the LastReqElement in this response
getLifetime() - Method in interface org.ietf.jgss.GSSContext
Determines what the remaining lifetime for this context is.
getMacLength() - Method in class javax.crypto.Mac
Returns the length of the MAC in bytes.
getMajor() - Method in class org.ietf.jgss.GSSException
Returns the GSS-API level major error code for the problem causing this exception to be thrown.
getMajorString() - Method in class org.ietf.jgss.GSSException
Returns a string explaining the GSS-API level major error code in this exception.
getMech() - Method in interface org.ietf.jgss.GSSContext
Determines what mechanism is being used for this context.
getMechs() - Method in interface org.ietf.jgss.GSSCredential
Returns a list of mechanisms supported by this credential.
getMechs() - Method in class org.ietf.jgss.GSSManager
Returns a list of mechanisms that are available to GSS-API callers through this GSSManager.
getMechs() - Method in class com.dstc.security.kerberos.gssapi.GSSManager
 
getMechsForName(Oid) - Method in class org.ietf.jgss.GSSManager
Returns a list of mechanisms that support the indicated name type.
getMechsForName(Oid) - Method in class com.dstc.security.kerberos.gssapi.GSSManager
 
getMessage() - Method in class org.ietf.jgss.GSSException
Returns a textual representation of both the major and the minor status codes.
getMessage() - Method in interface com.dstc.security.kerberos.msg.KrbError
Returns a string representation of the error, or null if absent
getMessage() - Method in interface com.dstc.security.smime.VerificationResult
Returns a MimeMessage representation of the verified message (ie.
getMessage() - Method in interface com.dstc.security.smime.DecryptionResult
Returns a MimeMessage representation of the recovered plaintext message.
getMessage(byte[]) - Static method in class com.dstc.security.kerberos.Kerberos
Returns a KerberosMessage from its ASN.1 DER encoding.
getMIC(byte[], int, int, MessageProp) - Method in interface org.ietf.jgss.GSSContext
Returns a token containing a cryptographic Message Integrity Code (MIC) for the supplied message, for transfer to the peer application.
getMIC(InputStream, OutputStream, MessageProp) - Method in interface org.ietf.jgss.GSSContext
Uses streams to produce a token containing a cryptographic MIC for the supplied message, for transfer to the peer application.
getMinor() - Method in class org.ietf.jgss.GSSException
Returns the mechanism level error code for the problem causing this exception to be thrown.
getMinorStatus() - Method in class org.ietf.jgss.MessageProp
Retrieves the minor status that the underlying mechanism might have set for this per-message operation.
getMinorString() - Method in class org.ietf.jgss.GSSException
Returns a string explaining the mechanism specific error code.
getMinorString() - Method in class org.ietf.jgss.MessageProp
Retrieves a string explaining the minor status code.
getMixInString() - Method in class com.dstc.security.kerberos.KerberosKey
Returns the current mix-in string
getMutualAuthState() - Method in interface org.ietf.jgss.GSSContext
Determines if mutual authentication is enabled on this context.
getName() - Method in class javax.net.ssl.SSLSessionBindingEvent
Returns the name to which the object is being bound, or the name from which the object is being unbound.
getName() - Method in interface org.ietf.jgss.GSSCredential
Retrieves the name of the entity that the credential asserts.
getName(Oid) - Method in interface org.ietf.jgss.GSSCredential
Retrieves a Mechanism Name of the entity that the credential asserts.
getNamesForMech(Oid) - Method in class org.ietf.jgss.GSSManager
Returns the name types supported by the indicated mechanism.
getNamesForMech(Oid) - Method in class com.dstc.security.kerberos.gssapi.GSSManager
 
getNeedClientAuth() - Method in class javax.net.ssl.SSLServerSocket
Returns true if client authentication is required on newly accepted connections.
getNeedClientAuth() - Method in class javax.net.ssl.SSLSocket
Returns true if the socket will require client authentication.
getNonce() - Method in interface com.dstc.security.kerberos.msg.KrbASRep
Returns the nonce in this response
getNonce() - Method in interface com.dstc.security.kerberos.msg.KrbASReq
Returns the nonce in this request
getNonce() - Method in interface com.dstc.security.kerberos.msg.KrbTGSRep
Returns the nonce in this response
getNonce() - Method in interface com.dstc.security.kerberos.msg.KrbTGSReq
Returns the nonce in this request
getNonce() - Method in interface com.dstc.security.kerberos.msg.KrbCred
Returns the nonce in this message, or -1 if absent
getNotAfter() - Method in class javax.security.cert.X509Certificate
Gets the notAfter date from the validity period of the certificate.
getNotBefore() - Method in class javax.security.cert.X509Certificate
Gets the notBefore date from the validity period of the certificate.
getObject(Cipher) - Method in class javax.crypto.SealedObject
Retrieves the original (encapsulated) object.
getObject(Key) - Method in class javax.crypto.SealedObject
 
getObject(Key, String) - Method in class javax.crypto.SealedObject
 
getObjectIdentifier() - Method in interface com.dstc.security.cms.atts.AlgorithmAndKeyLength
Returns the Object Identifier for this SMIMECapability as a dotted String, eg "1.2.840.113549.3.7".
getOid() - Method in interface com.dstc.security.cms.Attribute
Returns the Object Identifier (as a "dotted string") for this Attribute.
getOptions() - Method in interface com.dstc.security.kerberos.msg.KrbASReq
Returns the KDCOptions in this request
getOptions() - Method in interface com.dstc.security.kerberos.msg.KrbTGSReq
Returns the KDCOptions in this request
getOriginatorIdentifierOrKey() - Method in interface com.dstc.security.cms.KeyAgreeRecipientInfo
Returns the OriginatorIdentifierOrKey for this KeyAgreeRecipientInfo
getOriginatorInfo() - Method in interface com.dstc.security.cms.EnvelopedData
Returns the OriginatorInfo for this EnvelopedData.
getOutputSize(int) - Method in class javax.crypto.Cipher
Returns the length in bytes that an output buffer would need to be in order to hold the result of the next update or doFinal operation, given the input length inputLen (in bytes).
getOutputSize(int) - Method in class javax.crypto.NullCipher
 
getP() - Method in class javax.crypto.spec.DHParameterSpec
Returns the prime modulus p.
getP() - Method in class javax.crypto.spec.DHPublicKeySpec
Returns the prime modulus p.
getP() - Method in class javax.crypto.spec.DHPrivateKeySpec
Returns the prime modulus p.
getPadatas() - Method in interface com.dstc.security.kerberos.msg.KrbASRep
Returns all the PaDatas in this response.
getPadatas() - Method in interface com.dstc.security.kerberos.msg.KrbTGSRep
Returns all the PaDatas in this response
getPaDatas() - Method in interface com.dstc.security.kerberos.msg.KrbASReq
Returns all the PaDatas in this request
getPaDatas() - Method in interface com.dstc.security.kerberos.msg.KrbTGSReq
Returns all the PaDatas in this request
getParameters() - Method in class javax.crypto.Cipher
Returns the parameters used with this cipher.
getParams() - Method in interface javax.crypto.interfaces.DHKey
Returns the key parameters.
getPassword() - Method in class javax.crypto.spec.PBEKeySpec
Retrieves the password.
getPeerCertificateChain() - Method in interface javax.net.ssl.SSLSession
Return the cert chain presented by the peer.
getPeerCertificateChain() - Method in class javax.net.ssl.HandshakeCompletedEvent
Returns the identity of the peer which was identified as part of defining the session.
getPeerHost() - Method in interface javax.net.ssl.SSLSession
Returns the host name of the peer in this session.
getPrimeSize() - Method in class javax.crypto.spec.DHGenParameterSpec
Returns the size in bits of the prime modulus.
getPrincipalName() - Method in class com.dstc.security.kerberos.KerberosContext
Returns the principal name valid for the current context
getPrincipalName() - Method in interface com.dstc.security.kerberos.creds.KeyTabEntry
Returns the "fully-qualified Kerberos name" for the principal in this entry, ie.
getPrivacy() - Method in class org.ietf.jgss.MessageProp
Retrieves the privacy state.
getPrivateKey() - Method in class com.dstc.security.keymanage.SSLeayEncryptedPrivateKey
Returns the PrivateKey associated with this object.
getPrivateKey() - Method in class com.dstc.security.keymanage.PKCS8EncryptedPrivateKey
Returns the PrivateKey associated with this object.
getProvider() - Method in class javax.crypto.SecretKeyFactory
Returns the provider of this SecretKeyFactory object.
getProvider() - Method in class javax.crypto.Cipher
Returns the provider of this Cipher object.
getProvider() - Method in class javax.crypto.Mac
Returns the provider of this Mac object.
getProvider() - Method in class javax.crypto.KeyGenerator
Returns the provider of this KeyGenerator object.
getProvider() - Method in class javax.crypto.KeyAgreement
Returns the provider of this KeyAgreement object.
getPublicKey() - Method in class javax.security.cert.Certificate
Gets the public key from this certificate.
getPublicKey() - Method in class com.dstc.security.pki.NetscapeCertificationRequest
Returns the PublicKey for this NetscapeCertificationRequest
getPublicKey() - Method in interface com.dstc.security.pki.CertificationRequest
Return the PublicKey associated with this object.
getPublicKey() - Method in class com.dstc.security.pki.PKCS10CertificationRequest
Returns the PublicKey for this PKCS10CertificationRequest
getPublicKeyBytes() - Method in class com.dstc.security.cms.OriginatorPublicKey
Returns the value of the encapsulated public key
getQOP() - Method in class org.ietf.jgss.MessageProp
Retrieves the QOP value.
getRealm() - Method in class com.dstc.security.kerberos.KerberosContext
Returns the local realm
getRealm() - Method in interface com.dstc.security.kerberos.Ticket
Returns the service realm for this Ticket
getRealm() - Method in interface com.dstc.security.kerberos.msg.KrbASReq
Returns the client's realm in this request
getRealm() - Method in interface com.dstc.security.kerberos.msg.KrbError
Returns the realm in this message, or null if absent
getRealm() - Method in interface com.dstc.security.kerberos.msg.KrbTGSReq
Returns the realm (for both client and server) in this request
getReceiverAddress() - Method in interface com.dstc.security.kerberos.msg.KrbCred
Returns the receiver address in this message, or null if absent
getRecipientEncryptedKeys() - Method in interface com.dstc.security.cms.KeyAgreeRecipientInfo
Returns all the RecipientEncryptedKeys contained in this KeyAgreeRecipientInfo
getRecipientId() - Method in class com.dstc.security.cms.RecipientEncryptedKey
Returns the identifier for the intending recipient of this RecipientEncryptedKey
getRecipientIdentifier() - Method in interface com.dstc.security.cms.KeyTransRecipientInfo
Returns the RecipientIdentifier for the intending recipient
getRecipientInfos() - Method in interface com.dstc.security.cms.EnvelopedData
Returns all the RecipientInfos (one per recipient) for this EnvelopedData
getRemainingAcceptLifetime(Oid) - Method in interface org.ietf.jgss.GSSCredential
Returns the lifetime in seconds for the credential to remain capable of accepting security contexts using the specified mechanism.
getRemainingInitLifetime(Oid) - Method in interface org.ietf.jgss.GSSCredential
Returns the lifetime in seconds for the credential to remain capable of initiating security contexts using the specified mechanism.
getRemainingLifetime() - Method in interface org.ietf.jgss.GSSCredential
Returns the remaining lifetime in seconds for a credential.
getRenewTill() - Method in interface com.dstc.security.kerberos.Ticket
Returns the absolute expiration time for this Ticket, including renewals or null if absent.
getRenewTill() - Method in interface com.dstc.security.kerberos.creds.Credential
Returns the renew-till time
getRenewTill() - Method in interface com.dstc.security.kerberos.msg.KrbASRep
Returns the absolute last renewal time in this response, or null if absent
getRenewTill() - Method in interface com.dstc.security.kerberos.msg.KrbASReq
Returns the absolute last renewal time in this request, or null if absent
getRenewTill() - Method in interface com.dstc.security.kerberos.msg.KrbTGSRep
Returns the absolute last renewal time in this response, or null if absent
getRenewTill() - Method in interface com.dstc.security.kerberos.msg.KrbTGSReq
Returns the absolute last renewal time in this request, or null if absent
getReplayDetState() - Method in interface org.ietf.jgss.GSSContext
Determines if replay detection is enabled for the per-message security services from this context.
getRounds() - Method in class javax.crypto.spec.RC5ParameterSpec
Returns the number of rounds
getSalt() - Method in class javax.crypto.spec.PBEParameterSpec
Returns the salt.
getSenderAddress() - Method in interface com.dstc.security.kerberos.msg.KrbCred
Returns the sender address in this message, or null if absent
getSequenceDetState() - Method in interface org.ietf.jgss.GSSContext
Determines if sequence checking is enabled for the per-message security services from this context.
getSequenceNumber() - Method in interface com.dstc.security.kerberos.msg.APRep
Returns the sequence number in this response
getSequenceNumber() - Method in interface com.dstc.security.kerberos.msg.APReq
Returns the sequence number in this Request, or -1 if absent
getSerialNumber() - Method in class javax.security.cert.X509Certificate
Gets the serialNumber value from the certificate.
getSerialNumber() - Method in class com.dstc.security.cms.IssuerAndSerialNumber
Returns the serial number for the certificate represented by this IssuerAndSerialNumber.
getServerName() - Method in interface com.dstc.security.kerberos.Ticket
Returns the service principal name for this Ticket
getServerName() - Method in interface com.dstc.security.kerberos.creds.Credential
Returns the server name
getServerName() - Method in interface com.dstc.security.kerberos.msg.KrbASRep
Returns the server PrincipalName in this response
getServerName() - Method in interface com.dstc.security.kerberos.msg.KrbASReq
Returns the server's PrincipalName in this request, or null if absent
getServerName() - Method in interface com.dstc.security.kerberos.msg.KrbError
Returns the server PrincipalName in this message
getServerName() - Method in interface com.dstc.security.kerberos.msg.KrbTGSRep
Returns the server name in this response
getServerName() - Method in interface com.dstc.security.kerberos.msg.KrbTGSReq
Returns the server PrincipalName in this request
getServerRealm() - Method in interface com.dstc.security.kerberos.creds.Credential
Returns the server realm
getServerRealm() - Method in interface com.dstc.security.kerberos.msg.KrbASRep
Returns the server realm in this response
getServerRealm() - Method in interface com.dstc.security.kerberos.msg.KrbTGSRep
Returns the server realm in this response
getServerTime() - Method in interface com.dstc.security.kerberos.msg.KrbError
Returns the server time in this message.
getSession() - Method in class javax.net.ssl.HandshakeCompletedEvent
Returns the session which was produced by the handshake.
getSession() - Method in class javax.net.ssl.SSLSocket
Returns the the SSL Session in use by this connection.
getSession() - Method in class javax.net.ssl.SSLSessionBindingEvent
Returns the SSLSession into which the listener is being bound or from which the listener is being unbound.
getSession(byte[]) - Method in interface javax.net.ssl.SSLSessionContext
Returns the SSLSession bound to the specified session id, or null if the specified session id does not refer to a valid SSLSession.
getSessionContext() - Method in interface javax.net.ssl.SSLSession
Returns the context in which this session is bound.
getSessionKey() - Method in interface com.dstc.security.kerberos.creds.Credential
Returns the session key
getSessionKey() - Method in interface com.dstc.security.kerberos.msg.KrbASRep
Returns the session key in this request, or null if absent
getSessionKey() - Method in interface com.dstc.security.kerberos.msg.KrbTGSRep
Returns the session key in this response, or null if absent
getSigAlgName() - Method in class javax.security.cert.X509Certificate
Gets the signature algorithm name for the certificate signature algorithm.
getSigAlgName() - Method in class com.dstc.security.pki.NetscapeCertificationRequest
Returns the signature algorithm name for this NetscapeCertificationRequest
getSigAlgName() - Method in interface com.dstc.security.pki.CertificationRequest
Return the algorithm name of the signature associated to this object.
getSigAlgName() - Method in class com.dstc.security.pki.PKCS10CertificationRequest
Returns the signature algorithm name for this PKCS10CertificationRequest
getSigAlgOID() - Method in class javax.security.cert.X509Certificate
Gets the signature algorithm OID string from the certificate.
getSigAlgParams() - Method in class javax.security.cert.X509Certificate
Gets the DER-encoded signature algorithm parameters from this certificate's signature algorithm.
getSignature() - Method in class com.dstc.security.pki.NetscapeCertificationRequest
Returns the signature for this NetscapeCertificationRequest
getSignature() - Method in interface com.dstc.security.pki.CertificationRequest
Return the signature (bytes) of this request.
getSignature() - Method in class com.dstc.security.pki.PKCS10CertificationRequest
Returns the signature for this PKCS10CertificationRequest
getSignatureAlgorithm() - Method in interface com.dstc.security.cms.SignerInfo
Returns the signature algorithm JCA standard name used in the signing process and carried in this SignerInfo
getSignatureValue() - Method in interface com.dstc.security.cms.SignerInfo
Returns the signature bytes generated by the signer and carried in this SignerInfo
getSignedAttributes() - Method in interface com.dstc.security.cms.SignerInfo
Returns all (possibly empty) the signed Attributes used in the signing process and carried in this SignerInfo
getSignerCertificate() - Method in interface com.dstc.security.cms.SignerInfo
Returns the signer Certificate (may be null, if it was not carried in the containing SignedData) for the signer associated with this SignerInfo
getSignerIdentifier() - Method in interface com.dstc.security.cms.SignerInfo
Returns the SignerIdentifier for the signer associated with this SignerInfo
getSignerInfos() - Method in interface com.dstc.security.cms.SignedData
Returns all the SignerInfos (one for each signer) in this SignedData
getSKey() - Method in interface com.dstc.security.kerberos.creds.Credential
Returns the skey
getSocket() - Method in class javax.net.ssl.HandshakeCompletedEvent
Returns the socket which is the source of this event.
getSrcName() - Method in interface org.ietf.jgss.GSSContext
Returns the name of the context initiator.
getStartTime() - Method in interface com.dstc.security.kerberos.Ticket
Returns the time after which this Ticket is valid, or null if absent in which case the initial authentication time is the effective start time.
getStartTime() - Method in interface com.dstc.security.kerberos.creds.Credential
Returns the start time
getStartTime() - Method in interface com.dstc.security.kerberos.msg.KrbASRep
Returns the start time in this response, or null if absent in which case the authentication time is the effective start time
getStartTime() - Method in interface com.dstc.security.kerberos.msg.KrbASReq
Returns the start time in this request, or null if absent
getStartTime() - Method in interface com.dstc.security.kerberos.msg.KrbTGSRep
Returns the start time in this response, or null if absent in which case the authentication time is the effective start time.
getStartTime() - Method in interface com.dstc.security.kerberos.msg.KrbTGSReq
Returns the start time in this request, or null if absent
getStringNameType() - Method in interface org.ietf.jgss.GSSName
Returns the name type of the printable representation of this name that can be obtained from the toString method.
getSubjectDN() - Method in class javax.security.cert.X509Certificate
Gets the subject (subject distinguished name) value from the certificate.
getSubjectKeyIdentifier() - Method in class com.dstc.security.cms.RecipientKeyIdentifier
Returns the SubjectKeyIdentifier for the certificate belonging to the recipient identified by this RecipientKeyIdentifier
getSubjectName() - Method in class com.dstc.security.pki.NetscapeCertificationRequest
Returns the subject name for this NetscapeCertificationRequest ie.
getSubjectName() - Method in interface com.dstc.security.pki.CertificationRequest
Return the name of the subject making this request.
getSubjectName() - Method in class com.dstc.security.pki.PKCS10CertificationRequest
Returns the subject name for this PKCS10CertificationRequest
getSubKey() - Method in interface com.dstc.security.kerberos.msg.APReq
Returns the sub-session key in this Request, or null if absent
getSubSessionKey() - Method in interface com.dstc.security.kerberos.msg.APRep
Returns the sub-session key in this response
getSupportedCipherSuites() - Method in class javax.net.ssl.SSLServerSocket
Returns the names of the cipher suites which could be enabled for use on an SSL connection.
getSupportedCipherSuites() - Method in class javax.net.ssl.SSLSocketFactory
Returns the names of the cipher suites which could be enabled for use on an SSL connection created by this factory.
getSupportedCipherSuites() - Method in class javax.net.ssl.SSLSocket
Returns the names of the cipher suites which could be enabled for use on an SSL connection.
getSupportedCipherSuites() - Method in class javax.net.ssl.SSLServerSocketFactory
Returns the names of the cipher suites which could be enabled for use on an SSL connection created by this factory.
getSupportedCipherSuites() - Method in class com.dstc.security.ssl.SSLServerSocketFactory
Returns the names of all the cipher suites that this SSLServerSocket factory supports.
getSupportedCipherSuites() - Method in class com.dstc.security.ssl.SSLSocketFactory
Returns the names of all the cipher suites that this SSLSocket factory supports.
getSupportedEncryptionTypes() - Method in class com.dstc.security.kerberos.KerberosContext
Returns the supported encryption types
getTargName() - Method in interface org.ietf.jgss.GSSContext
Returns the name of the context acceptor.
getTGTCredential(String) - Method in class com.dstc.security.kerberos.FileCredentialStore
 
getTGTCredential(String) - Method in interface com.dstc.security.kerberos.creds.CredentialStore
Returns the TGT Credential (a Credential which contains a TGT) valid for a specified realm
getTicket() - Method in interface com.dstc.security.kerberos.creds.Credential
Returns the Ticket for this Credential
getTicket() - Method in interface com.dstc.security.kerberos.msg.KrbASRep
Returns the ticket in this response
getTicket() - Method in interface com.dstc.security.kerberos.msg.KrbTGSRep
Returns the ticket in this response
getTicket() - Method in interface com.dstc.security.kerberos.msg.APReq
Returns the Ticket in this Request
getTicketFlags() - Method in interface com.dstc.security.kerberos.Ticket
Returns the ticket flags for this Ticket
getTicketFlags() - Method in interface com.dstc.security.kerberos.creds.Credential
Returns the ticket flags
getTicketFlags() - Method in interface com.dstc.security.kerberos.msg.KrbASRep
Returns all the TicketFlags in this response
getTicketFlags() - Method in interface com.dstc.security.kerberos.msg.KrbTGSRep
Returns the TicketFlags in this response
getTicketInfo() - Method in interface com.dstc.security.kerberos.msg.KrbCred
Returns all the Credentials in this message
getTickets() - Method in interface com.dstc.security.kerberos.msg.KrbCred
Returns all the Tickets in this message
getTime() - Method in interface com.dstc.security.cms.atts.SigningTime
Returns the time of signing
getTimeStamp() - Method in interface com.dstc.security.kerberos.msg.KrbCred
Returns the timestamp in this message.
getTransited() - Method in interface com.dstc.security.kerberos.Ticket
Returns the names of the realms which took part in authenticating the user to whom this Ticket was issued.
getTrustedCerts() - Method in class com.dstc.security.ssl.TrustEngine
Get the list of trusted certificates used by this TrustEngine.
getTrustedCerts() - Method in class com.dstc.security.ssl.BasicTrustEngine
 
getType() - Method in class com.dstc.security.kerberos.Checksum
Returns the type for this checksum
getUnsignedAttributes() - Method in interface com.dstc.security.cms.SignerInfo
Returns all (possibly empty) the unsigned Attributes carried in this SignerInfo
getUsage() - Method in interface org.ietf.jgss.GSSCredential
Returns the credential usage mode.
getUsage(Oid) - Method in interface org.ietf.jgss.GSSCredential
Returns the credential usage mode for a specific mechanism.
getUseClientMode() - Method in class javax.net.ssl.SSLServerSocket
Returns true if accepted connections will be in SSL client mode.
getUseClientMode() - Method in class javax.net.ssl.SSLSocket
Returns true if the socket is set to use client mode in its first handshake.
getValue(String) - Method in interface javax.net.ssl.SSLSession
Returns the object bound to the given name in the session's application layer data.
getValueNames() - Method in interface javax.net.ssl.SSLSession
Returns an array of the names of all the application layer data objects bound into the Session.
getVerified() - Method in interface com.dstc.security.cms.VerificationResult
Returns a CMSTypedInputStream from which can be read the data that was purported to be signed (and in the default mode of operation -- see above -- the signature on which was verified successfully).
getVersion() - Method in class javax.crypto.spec.RC5ParameterSpec
Returns the version
getVersion() - Method in class javax.security.cert.X509Certificate
Gets the version (version number) value from the certificate.
getWarnings() - Method in interface com.dstc.security.smime.VerificationResult
Returns all the Warnings generated during verification.
getWarningString() - Method in interface com.dstc.security.smime.Warning
Returns a summary of the Warning message
getWordSize() - Method in class javax.crypto.spec.RC5ParameterSpec
Returns the word size in bits.
getWrapSizeLimit(int, boolean, int) - Method in interface org.ietf.jgss.GSSContext
Used to determine limits on the size of the message that can be passed to wrap.
getX() - Method in interface javax.crypto.interfaces.DHPrivateKey
Returns the private value, x.
getX() - Method in class javax.crypto.spec.DHPrivateKeySpec
Returns the private value x.
getY() - Method in interface javax.crypto.interfaces.DHPublicKey
Returns the public value, y.
getY() - Method in class javax.crypto.spec.DHPublicKeySpec
Returns the public value y.
GSSContext - interface org.ietf.jgss.GSSContext.
This interface encapsulates the GSS-API security context and provides the security services that are available over the context.
GSSCredential - interface org.ietf.jgss.GSSCredential.
This interface encapsulates the GSS-API credentials for an entity.
GSSException - exception org.ietf.jgss.GSSException.
This exception is thrown whenever a GSS-API error occurs, including any mechanism specific error.
GSSException(int) - Constructor for class org.ietf.jgss.GSSException
Creates a GSSException object with a specified major code.
GSSException(int, int, String) - Constructor for class org.ietf.jgss.GSSException
Creates a GSSException object with the specified major code, minor code, and minor code textual explanation.
GSSManager - class org.ietf.jgss.GSSManager.
This class serves as a factory for other important GSS-API classes and also provides information about the mechanisms that are supported.
GSSManager - class com.dstc.security.kerberos.gssapi.GSSManager.
This class subclasses the org.ietf.jgss.GSSManager abstract class for the Kerberos mechanism.
GSSManager() - Constructor for class org.ietf.jgss.GSSManager
 
GSSManager() - Constructor for class com.dstc.security.kerberos.gssapi.GSSManager
Default constructor
GSSManager(Kerberos) - Constructor for class com.dstc.security.kerberos.gssapi.GSSManager
Create a GSSManager using given Kerberos instance.
GSSName - interface org.ietf.jgss.GSSName.
This interface encapsulates a single GSS-API principal entity.

A B C D E F G H I J K L M N O P R S T U V W X