Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cconlon/kerberos-java-gssapi
/ functions
Functions
225 in github.com/cconlon/kerberos-java-gssapi
⨍
Functions
225
◇
Types & classes
30
↓ 1 callers
Method
getMinorStatus
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 callers
Method
getMinorString
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 callers
Method
getMinorString
()
src/java/org/ietf/jgss/GSSException.java:103
↓ 1 callers
Method
getName
()
src/java/edu/mit/jgss/GSSCredentialImpl.java:63
↓ 1 callers
Method
getRemainingLifetime
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 callers
Method
getStringNameType
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 callers
Method
getStringNameType
()
src/java/edu/mit/jgss/GSSNameImpl.java:185
↓ 1 callers
Method
getUsage
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 callers
Method
getUsage
()
src/java/edu/mit/jgss/GSSCredentialImpl.java:211
↓ 1 callers
Method
initSecContext
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 callers
Method
initializeGSS
Set up GSS-API in preparation for context establishment. Creates GSSName and GSSCredential for client principal.
examples/gssClient.java:121
↓ 1 callers
Method
printByteArray
(byte[] input)
examples/GssUtil.java:147
↓ 1 callers
Method
requestConf
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 callers
Method
requestMutualAuth
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 callers
Method
requestReplayDet
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 callers
Method
setBytes
(byte[] hBytes)
src/java/edu/mit/jgss/DerHeader.java:53
↓ 1 callers
Method
setMinor
(int minorCode, String message)
src/java/org/ietf/jgss/GSSException.java:122
↓ 1 callers
Method
unwrap
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 callers
Method
verifyMIC
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 callers
Method
wrap
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
Method
ChannelBinding
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
Method
ChannelBindingImpl
(InetAddress initAddr, InetAddress acceptAddr, byte[] appData)
src/java/edu/mit/jgss/ChannelBindingImpl.java:41
Method
GSSContextImpl
(GSSName peer, Oid mech, GSSCredential myCred, int lifetime)
src/java/edu/mit/jgss/GSSContextImpl.java:93
Method
GSSException
(int majorCode)
src/java/org/ietf/jgss/GSSException.java:64
Method
GSSExceptionImpl
(int majorCode, int minorCode)
src/java/edu/mit/jgss/GSSExceptionImpl.java:38
Method
MessageProp
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
Method
Oid
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
Method
OidDer2String
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
Method
OidImpl
(String strOid)
src/java/edu/mit/jgss/OidImpl.java:40
Method
acceptSecContext
(byte[] inTok, int offset, int len)
src/java/edu/mit/jgss/GSSContextImpl.java:363
Method
add
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
Method
add
(GSSName aName, int initLifetime, int acceptLifetime, Oid mech, int usage)
src/java/edu/mit/jgss/GSSCredentialImpl.java:296
Method
addProviderAtEnd
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
Method
addProviderAtEnd
(Provider p, Oid mech)
src/java/edu/mit/jgss/GSSManagerImpl.java:257
Method
addProviderAtFront
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
Method
addProviderAtFront
(Provider p, Oid mech)
src/java/edu/mit/jgss/GSSManagerImpl.java:252
Method
appendBytes
(byte[] append)
src/java/edu/mit/jgss/DerHeader.java:58
Method
byteArrayToInt
(byte[] data)
examples/GssUtil.java:167
Method
canonicalize
(Oid mech)
src/java/edu/mit/jgss/GSSNameImpl.java:95
Method
createContext
(GSSName peer, Oid mech, GSSCredential myCred, int lifetime)
src/java/edu/mit/jgss/GSSManagerImpl.java:226
Method
createCredential
(int usage)
src/java/edu/mit/jgss/GSSManagerImpl.java:185
Method
dispose
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
Method
dispose
()
src/java/edu/mit/jgss/GSSCredentialImpl.java:47
Method
dispose
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
Method
equals
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
Method
equals
(Object another)
src/java/edu/mit/jgss/GSSCredentialImpl.java:320
Method
equals
(GSSName another)
src/java/edu/mit/jgss/GSSNameImpl.java:54
Method
export
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
Method
export
()
src/java/edu/mit/jgss/GSSNameImpl.java:142
Method
export
()
src/java/edu/mit/jgss/GSSContextImpl.java:915
Method
getAnonymityState
()
src/java/edu/mit/jgss/GSSContextImpl.java:1003
Method
getConfState
()
src/java/edu/mit/jgss/GSSContextImpl.java:1017
Method
getCredDelegState
()
src/java/edu/mit/jgss/GSSContextImpl.java:987
Method
getDelegCred
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
Method
getDelegCred
()
src/java/edu/mit/jgss/GSSContextImpl.java:1048
Method
getIntegState
()
src/java/edu/mit/jgss/GSSContextImpl.java:1021
Method
getLifetime
()
src/java/edu/mit/jgss/GSSContextImpl.java:1025
Method
getMIC
(byte[] inMsg, int offset, int len, MessageProp msgProp)
src/java/edu/mit/jgss/GSSContextImpl.java:749
Method
getMech
()
src/java/edu/mit/jgss/GSSContextImpl.java:1044
Method
getMechs
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
Method
getMechs
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
Method
getMechs
()
src/java/edu/mit/jgss/GSSManagerImpl.java:49
Method
getMechs
()
src/java/edu/mit/jgss/GSSCredentialImpl.java:263
Method
getMechsForName
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
Method
getMechsForName
(Oid nameType)
src/java/edu/mit/jgss/GSSManagerImpl.java:108
Method
getMutualAuthState
()
src/java/edu/mit/jgss/GSSContextImpl.java:991
Method
getNamesForMech
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
Method
getNamesForMech
(Oid mech)
src/java/edu/mit/jgss/GSSManagerImpl.java:69
Method
getNativeOid
()
src/java/org/ietf/jgss/Oid.java:266
Method
getRemainingAcceptLifetime
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
Method
getRemainingAcceptLifetime
(Oid mech)
src/java/edu/mit/jgss/GSSCredentialImpl.java:175
Method
getRemainingInitLifetime
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
Method
getRemainingInitLifetime
(Oid mech)
src/java/edu/mit/jgss/GSSCredentialImpl.java:140
Method
getRemainingLifetime
()
src/java/edu/mit/jgss/GSSCredentialImpl.java:110
Method
getReplayDetState
()
src/java/edu/mit/jgss/GSSContextImpl.java:995
Method
getSequenceDetState
()
src/java/edu/mit/jgss/GSSContextImpl.java:999
Method
getSrcName
()
src/java/edu/mit/jgss/GSSContextImpl.java:1032
Method
getTargName
()
src/java/edu/mit/jgss/GSSContextImpl.java:1038
Method
getWrapSizeLimit
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
Method
getWrapSizeLimit
(int qop, boolean confReq, int maxTokenSize)
src/java/edu/mit/jgss/GSSContextImpl.java:549
Method
initSecContext
(byte[] inputBuf, int offset, int len)
src/java/edu/mit/jgss/GSSContextImpl.java:232
Method
intToByteArray
(int input)
examples/GssUtil.java:156
Method
isAnonymous
()
src/java/edu/mit/jgss/GSSNameImpl.java:206
Method
isEstablished
()
src/java/edu/mit/jgss/GSSContextImpl.java:495
Method
isInitiator
()
src/java/edu/mit/jgss/GSSContextImpl.java:1055
Method
isMN
()
src/java/edu/mit/jgss/GSSNameImpl.java:217
Method
isTransferable
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
Method
isTransferable
()
src/java/edu/mit/jgss/GSSContextImpl.java:1007
Method
main
(String argv[])
examples/gssServer.java:63
Method
main
(String argv[])
examples/server.java:54
Method
main
(String argv[])
examples/client.java:57
Method
main
(String argv[])
examples/gssClient.java:73
Method
printByteArray
(byte[] input)
src/java/edu/mit/jgss/DerUtil.java:90
Method
printSubString
(String first, String second)
examples/Util.java:230
Method
requestAnonymity
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
Method
requestAnonymity
(boolean state)
src/java/edu/mit/jgss/GSSContextImpl.java:962
Method
requestConf
(boolean state)
src/java/edu/mit/jgss/GSSContextImpl.java:967
Method
requestCredDeleg
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
Method
requestCredDeleg
(boolean state)
src/java/edu/mit/jgss/GSSContextImpl.java:957
Method
requestInteg
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
← previous
next →
101–200 of 225, ranked by callers