| Package | Description |
|---|---|
| org.apache.directory.shared.kerberos.codec.EncKdcRepPart | |
| org.apache.directory.shared.kerberos.codec.EncKdcRepPart.actions |
| Modifier and Type | Field and Description |
|---|---|
private static org.apache.directory.api.asn1.ber.grammar.Grammar<EncKdcRepPartContainer> |
EncKdcRepPartGrammar.instance
The instance of grammar.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.directory.api.asn1.ber.grammar.Grammar<EncKdcRepPartContainer> |
EncKdcRepPartGrammar.getInstance()
Get the instance of this grammar
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
EncKdcRepPartStatesEnum.getGrammarName(org.apache.directory.api.asn1.ber.grammar.Grammar<EncKdcRepPartContainer> grammar)
Get the grammar name
|
| Modifier and Type | Method and Description |
|---|---|
void |
EncKdcRepPartInit.action(EncKdcRepPartContainer encKdcRepPartContainer) |
void |
StoreLastReq.action(EncKdcRepPartContainer encKdcRepPartContainer) |
protected void |
StoreFlags.setBitString(byte[] data,
EncKdcRepPartContainer encKdcRepPartContainer) |
protected void |
StoreKey.setEncryptionKey(EncryptionKey encryptionKey,
EncKdcRepPartContainer encKdcRepPartContainer)
set the EncryptionKey on the ASN.1 object of the container
|
protected void |
StoreCAddr.setHostAddresses(HostAddresses hostAddresses,
EncKdcRepPartContainer encKdcRepPartContainer)
set HostAddresses on the ASN.1 object present in the container
|
void |
StoreNonce.setIntegerValue(int value,
EncKdcRepPartContainer encKdcRepPartContainer) |
protected void |
StoreRenewTill.setKerberosTime(KerberosTime krbtime,
EncKdcRepPartContainer encKdcRepPartContainer)
set the KerberosTime on the ASN.1 object present in the container
|
protected void |
StoreStartTime.setKerberosTime(KerberosTime krbtime,
EncKdcRepPartContainer encKdcRepPartContainer)
set the KerberosTime on the ASN.1 object present in the container
|
protected void |
StoreKeyExpiration.setKerberosTime(KerberosTime krbtime,
EncKdcRepPartContainer encKdcRepPartContainer)
set the KerberosTime on the ASN.1 object present in the container
|
protected void |
StoreAuthTime.setKerberosTime(KerberosTime krbtime,
EncKdcRepPartContainer encKdcRepPartContainer)
set the KerberosTime on the ASN.1 object present in the container
|
protected void |
StoreEndTime.setKerberosTime(KerberosTime krbtime,
EncKdcRepPartContainer encKdcRepPartContainer)
set the KerberosTime on the ASN.1 object present in the container
|
protected void |
StoreSName.setPrincipalName(PrincipalName principalName,
EncKdcRepPartContainer encKdcRepPartContainer)
set the PrincipalName on the ASN.1 object of the container
|
protected void |
StoreSRealm.setRealm(java.lang.String srealm,
EncKdcRepPartContainer encKdcRepPartContainer)
sets the relam value on the ASN.1 object present in the container
|