Uses of Class
org.apache.directory.shared.kerberos.codec.krbSafeBody.KrbSafeBodyContainer

Packages that use KrbSafeBodyContainer
org.apache.directory.shared.kerberos.codec.krbSafeBody   
org.apache.directory.shared.kerberos.codec.krbSafeBody.actions   
 

Uses of KrbSafeBodyContainer in org.apache.directory.shared.kerberos.codec.krbSafeBody
 

Methods in org.apache.directory.shared.kerberos.codec.krbSafeBody that return types with arguments of type KrbSafeBodyContainer
static org.apache.directory.shared.asn1.ber.grammar.Grammar<KrbSafeBodyContainer> KrbSafeBodyGrammar.getInstance()
          Get the instance of this grammar
 

Method parameters in org.apache.directory.shared.kerberos.codec.krbSafeBody with type arguments of type KrbSafeBodyContainer
 String KrbSafeBodyStatesEnum.getGrammarName(org.apache.directory.shared.asn1.ber.grammar.Grammar<KrbSafeBodyContainer> grammar)
          Get the grammar name
 

Uses of KrbSafeBodyContainer in org.apache.directory.shared.kerberos.codec.krbSafeBody.actions
 

Methods in org.apache.directory.shared.kerberos.codec.krbSafeBody.actions with parameters of type KrbSafeBodyContainer
 void KrbSafeBodyInit.action(KrbSafeBodyContainer krbSafeBodyContainer)
          
protected  void StoreSenderAddress.setAddress(HostAddress hostAddress, KrbSafeBodyContainer krbSafeBodyContainer)
          
protected  void StoreRecipientAddress.setAddress(HostAddress hostAddress, KrbSafeBodyContainer krbSafeBodyContainer)
          
protected  void StoreUsec.setIntegerValue(int value, KrbSafeBodyContainer krbSafeBodyContainer)
          
protected  void StoreSeqNumber.setIntegerValue(int value, KrbSafeBodyContainer krbSafeBodyContainer)
          
protected  void StoreTimestamp.setKerberosTime(KerberosTime krbtime, KrbSafeBodyContainer krbSafeBodyContainer)
          set the KerberosTime on the ASN.1 object present in the container
protected  void StoreUserData.setOctetString(byte[] data, KrbSafeBodyContainer krbSafeBodyContainer)
          
 



Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.