MCPcopy Create free account

hub / github.com/cconlon/kerberos-java-gssapi / functions

Functions225 in github.com/cconlon/kerberos-java-gssapi

↓ 1 callersMethodgetMinorStatus
Returns the minor status that the underlying mechanism might have set. @return minor status set by underlying mechanism.
src/java/org/ietf/jgss/MessageProp.java:99
↓ 1 callersMethodgetMinorString
Returns the string explanation of the minor code set by the underlying mechanism. @return string explanation of minor code. "null" is returned when n
src/java/org/ietf/jgss/MessageProp.java:111
↓ 1 callersMethodgetMinorString
()
src/java/org/ietf/jgss/GSSException.java:103
↓ 1 callersMethodgetName
()
src/java/edu/mit/jgss/GSSCredentialImpl.java:63
↓ 1 callersMethodgetRemainingLifetime
Returns the remaining lifetime in seconds for the credential. @return remaining lifetime in seconds for the credential. @throws GSSException
src/java/org/ietf/jgss/GSSCredential.java:102
↓ 1 callersMethodgetStringNameType
Returns the Oid representing the type of name returned through the toString method. @return Oid representing the type of name returned through the to
src/java/org/ietf/jgss/GSSName.java:174
↓ 1 callersMethodgetStringNameType
()
src/java/edu/mit/jgss/GSSNameImpl.java:185
↓ 1 callersMethodgetUsage
Returns the credential usage flag as a union over all mechanisms. @return either GSSCredential.INITIATE_AND_ACCEPT(0), GSSCredential.INITIATE_ONLY(1)
src/java/org/ietf/jgss/GSSCredential.java:143
↓ 1 callersMethodgetUsage
()
src/java/edu/mit/jgss/GSSCredentialImpl.java:211
↓ 1 callersMethodinitSecContext
Called by the context initiator to start the context creation process. @param inputBuf the token generated by the peer, ignored on the first call. @p
src/java/org/ietf/jgss/GSSContext.java:66
↓ 1 callersMethodinitializeGSS
Set up GSS-API in preparation for context establishment. Creates GSSName and GSSCredential for client principal.
examples/gssClient.java:121
↓ 1 callersMethodprintByteArray
(byte[] input)
examples/GssUtil.java:147
↓ 1 callersMethodrequestConf
Requests that confidentiality service be available over the context. Only valid for the initiator before the context creation process begins. @param
src/java/org/ietf/jgss/GSSContext.java:372
↓ 1 callersMethodrequestMutualAuth
Sets the request state of the mutual authentication flag for the context. Only valid for the initiator before the context creation process begins. @p
src/java/org/ietf/jgss/GSSContext.java:320
↓ 1 callersMethodrequestReplayDet
Sets the request state of the replay detection service for the context. Only valid for the initiator before the context creation process begins. @par
src/java/org/ietf/jgss/GSSContext.java:331
↓ 1 callersMethodsetBytes
(byte[] hBytes)
src/java/edu/mit/jgss/DerHeader.java:53
↓ 1 callersMethodsetMinor
(int minorCode, String message)
src/java/org/ietf/jgss/GSSException.java:122
↓ 1 callersMethodunwrap
Used by the peer application to process tokens generated with the wrap call. The method will return the message supplied in the peer application to th
src/java/org/ietf/jgss/GSSContext.java:203
↓ 1 callersMethodverifyMIC
Verifies the cryptographic MIC, contained in the token parameter, over the supplied message. @param inTok token generated by peer's getMIC method. @p
src/java/org/ietf/jgss/GSSContext.java:279
↓ 1 callersMethodwrap
Applies per-message security services over the established security context. The method will return a token with a cryptographic MIC and may optionall
src/java/org/ietf/jgss/GSSContext.java:164
MethodChannelBinding
Creates ChannelBinding object with the given address and data information. "null" values may be used for any fields that the application does not want
src/java/org/ietf/jgss/ChannelBinding.java:70
MethodChannelBindingImpl
(InetAddress initAddr, InetAddress acceptAddr, byte[] appData)
src/java/edu/mit/jgss/ChannelBindingImpl.java:41
MethodGSSContextImpl
(GSSName peer, Oid mech, GSSCredential myCred, int lifetime)
src/java/edu/mit/jgss/GSSContextImpl.java:93
MethodGSSException
(int majorCode)
src/java/org/ietf/jgss/GSSException.java:64
MethodGSSExceptionImpl
(int majorCode, int minorCode)
src/java/edu/mit/jgss/GSSExceptionImpl.java:38
MethodMessageProp
Creates a MessageProp object with the desired privacy state. QOP value is set to 0, indicating that the default QOP is requested. @param privState th
src/java/org/ietf/jgss/MessageProp.java:54
MethodOid
Creates a new Oid object from a string representation of the Oid's integer components (e.g., "1.2.840.113554.1.2.2"). @param strOid the string repres
src/java/org/ietf/jgss/Oid.java:51
MethodOidDer2String
Converts a DER-encoded Oid from a byte array to a dot-separated String representation. @param oid DER-encoded Oid byte array @return Oid in dot-separ
src/java/edu/mit/jgss/OidUtil.java:48
MethodOidImpl
(String strOid)
src/java/edu/mit/jgss/OidImpl.java:40
MethodacceptSecContext
(byte[] inTok, int offset, int len)
src/java/edu/mit/jgss/GSSContextImpl.java:363
Methodadd
Adds a mechanism-specific credential-element to an existing credential, thus allowing the construction of a credential one mechanism at a time. For i
src/java/org/ietf/jgss/GSSCredential.java:186
Methodadd
(GSSName aName, int initLifetime, int acceptLifetime, Oid mech, int usage)
src/java/edu/mit/jgss/GSSCredentialImpl.java:296
MethodaddProviderAtEnd
Indicates that the application would like a particular provider to be used if no other provider can be found that supports the given mechanism. When "
src/java/org/ietf/jgss/GSSManager.java:281
MethodaddProviderAtEnd
(Provider p, Oid mech)
src/java/edu/mit/jgss/GSSManagerImpl.java:257
MethodaddProviderAtFront
Indicates that a specified provider should be used ahead of all other providers when support for the given mechanism is desired. When "null" is used i
src/java/org/ietf/jgss/GSSManager.java:267
MethodaddProviderAtFront
(Provider p, Oid mech)
src/java/edu/mit/jgss/GSSManagerImpl.java:252
MethodappendBytes
(byte[] append)
src/java/edu/mit/jgss/DerHeader.java:58
MethodbyteArrayToInt
(byte[] data)
examples/GssUtil.java:167
Methodcanonicalize
(Oid mech)
src/java/edu/mit/jgss/GSSNameImpl.java:95
MethodcreateContext
(GSSName peer, Oid mech, GSSCredential myCred, int lifetime)
src/java/edu/mit/jgss/GSSManagerImpl.java:226
MethodcreateCredential
(int usage)
src/java/edu/mit/jgss/GSSManagerImpl.java:185
Methoddispose
Releases any sensitive information that the GSSCredential object may be containing. This should be called as soon as the credential is no longer neede
src/java/org/ietf/jgss/GSSCredential.java:75
Methoddispose
()
src/java/edu/mit/jgss/GSSCredentialImpl.java:47
Methoddispose
Deletes one end of the security context, also deleting local data structures associated with the security context. This needs to be called on both ini
src/java/edu/mit/jgss/GSSContextImpl.java:509
Methodequals
Tests if this GSSCredential refers to the same entity as the supplied object. To be equal, the two credentials must be acquired over the same mechanis
src/java/org/ietf/jgss/GSSCredential.java:197
Methodequals
(Object another)
src/java/edu/mit/jgss/GSSCredentialImpl.java:320
Methodequals
(GSSName another)
src/java/edu/mit/jgss/GSSNameImpl.java:54
Methodexport
Deactivates the security context and creates an inter-process token which, when passed to the byte array constructor of the GSSContext interface in an
src/java/org/ietf/jgss/GSSContext.java:309
Methodexport
()
src/java/edu/mit/jgss/GSSNameImpl.java:142
Methodexport
()
src/java/edu/mit/jgss/GSSContextImpl.java:915
MethodgetAnonymityState
()
src/java/edu/mit/jgss/GSSContextImpl.java:1003
MethodgetConfState
()
src/java/edu/mit/jgss/GSSContextImpl.java:1017
MethodgetCredDelegState
()
src/java/edu/mit/jgss/GSSContextImpl.java:987
MethodgetDelegCred
Returns the delegated credential object on the acceptor's side. @return the delegated credential (GSSCredential) on the acceptor's side. @throws GSSE
src/java/org/ietf/jgss/GSSContext.java:517
MethodgetDelegCred
()
src/java/edu/mit/jgss/GSSContextImpl.java:1048
MethodgetIntegState
()
src/java/edu/mit/jgss/GSSContextImpl.java:1021
MethodgetLifetime
()
src/java/edu/mit/jgss/GSSContextImpl.java:1025
MethodgetMIC
(byte[] inMsg, int offset, int len, MessageProp msgProp)
src/java/edu/mit/jgss/GSSContextImpl.java:749
MethodgetMech
()
src/java/edu/mit/jgss/GSSContextImpl.java:1044
MethodgetMechs
Returns an array of Oid objects indicating the mechanisms available to GSS-API callers. @return array of Oid objects indicating the mechanisms availa
src/java/org/ietf/jgss/GSSManager.java:61
MethodgetMechs
Returns an array of mechanisms supported by this credential. @return array of mechanisms supported by this credential. @throws GSSException
src/java/org/ietf/jgss/GSSCredential.java:160
MethodgetMechs
()
src/java/edu/mit/jgss/GSSManagerImpl.java:49
MethodgetMechs
()
src/java/edu/mit/jgss/GSSCredentialImpl.java:263
MethodgetMechsForName
Returns array of Oid objects corresponding to the mechanisms that support the specific name type. If no mechanisms are found, "null" is returned. @pa
src/java/org/ietf/jgss/GSSManager.java:81
MethodgetMechsForName
(Oid nameType)
src/java/edu/mit/jgss/GSSManagerImpl.java:108
MethodgetMutualAuthState
()
src/java/edu/mit/jgss/GSSContextImpl.java:991
MethodgetNamesForMech
Returns name type Oids supported by the specified mechanism. @param mech Oid object for the mechanism to query. @return name type Oids supported by m
src/java/org/ietf/jgss/GSSManager.java:70
MethodgetNamesForMech
(Oid mech)
src/java/edu/mit/jgss/GSSManagerImpl.java:69
MethodgetNativeOid
()
src/java/org/ietf/jgss/Oid.java:266
MethodgetRemainingAcceptLifetime
Returns the remaining lifetime in seconds for the credential to remain capable of accepting security contexts under the specified mechanism. A return
src/java/org/ietf/jgss/GSSCredential.java:134
MethodgetRemainingAcceptLifetime
(Oid mech)
src/java/edu/mit/jgss/GSSCredentialImpl.java:175
MethodgetRemainingInitLifetime
Returns the remaining lifetime in seconds for the credential to remain capable of initiating security contexts under the specified mechanism. A return
src/java/org/ietf/jgss/GSSCredential.java:118
MethodgetRemainingInitLifetime
(Oid mech)
src/java/edu/mit/jgss/GSSCredentialImpl.java:140
MethodgetRemainingLifetime
()
src/java/edu/mit/jgss/GSSCredentialImpl.java:110
MethodgetReplayDetState
()
src/java/edu/mit/jgss/GSSContextImpl.java:995
MethodgetSequenceDetState
()
src/java/edu/mit/jgss/GSSContextImpl.java:999
MethodgetSrcName
()
src/java/edu/mit/jgss/GSSContextImpl.java:1032
MethodgetTargName
()
src/java/edu/mit/jgss/GSSContextImpl.java:1038
MethodgetWrapSizeLimit
Returns the maximum message size that, if presented to the wrap method with the same confReq and qop parameters, will result in an output token contai
src/java/org/ietf/jgss/GSSContext.java:144
MethodgetWrapSizeLimit
(int qop, boolean confReq, int maxTokenSize)
src/java/edu/mit/jgss/GSSContextImpl.java:549
MethodinitSecContext
(byte[] inputBuf, int offset, int len)
src/java/edu/mit/jgss/GSSContextImpl.java:232
MethodintToByteArray
(int input)
examples/GssUtil.java:156
MethodisAnonymous
()
src/java/edu/mit/jgss/GSSNameImpl.java:206
MethodisEstablished
()
src/java/edu/mit/jgss/GSSContextImpl.java:495
MethodisInitiator
()
src/java/edu/mit/jgss/GSSContextImpl.java:1055
MethodisMN
()
src/java/edu/mit/jgss/GSSNameImpl.java:217
MethodisTransferable
Test if the context is transferable to other processes through the use of the export method. @return "true" if the context is tranferable, "false" ot
src/java/org/ietf/jgss/GSSContext.java:454
MethodisTransferable
()
src/java/edu/mit/jgss/GSSContextImpl.java:1007
Methodmain
(String argv[])
examples/gssServer.java:63
Methodmain
(String argv[])
examples/server.java:54
Methodmain
(String argv[])
examples/client.java:57
Methodmain
(String argv[])
examples/gssClient.java:73
MethodprintByteArray
(byte[] input)
src/java/edu/mit/jgss/DerUtil.java:90
MethodprintSubString
(String first, String second)
examples/Util.java:230
MethodrequestAnonymity
Requests anonymous support over the context. Only valid for the initiator before the context creation process begins. @param state boolean representi
src/java/org/ietf/jgss/GSSContext.java:361
MethodrequestAnonymity
(boolean state)
src/java/edu/mit/jgss/GSSContextImpl.java:962
MethodrequestConf
(boolean state)
src/java/edu/mit/jgss/GSSContextImpl.java:967
MethodrequestCredDeleg
Sets the request state for the credential delegation flag for the context. Only valid for the initiator before the context creation process begins. @
src/java/org/ietf/jgss/GSSContext.java:352
MethodrequestCredDeleg
(boolean state)
src/java/edu/mit/jgss/GSSContextImpl.java:957
MethodrequestInteg
Requests that integrity services be available over the context. Only valid for the initiator before the context creation process begins. @param state
src/java/org/ietf/jgss/GSSContext.java:382
← previousnext →101–200 of 225, ranked by callers