org.apache.directory.shared.kerberos.codec.kdcReq.actions
Class StorePvno
java.lang.Object
org.apache.directory.shared.asn1.ber.grammar.GrammarAction<E>
org.apache.directory.shared.kerberos.codec.actions.AbstractReadPvno<KdcReqContainer>
org.apache.directory.shared.kerberos.codec.kdcReq.actions.StorePvno
- All Implemented Interfaces:
- org.apache.directory.shared.asn1.ber.grammar.Action<KdcReqContainer>
public class StorePvno
- extends AbstractReadPvno<KdcReqContainer>
The action used to store the PVNO
- Author:
- Apache Directory Project
| Fields inherited from class org.apache.directory.shared.asn1.ber.grammar.GrammarAction |
name |
|
Constructor Summary |
StorePvno()
Instantiates a new StorePvno action. |
|
Method Summary |
void |
setPvno(int pvno,
KdcReqContainer kdcReqContainer)
sets the pvno on the ASN.1 object present in the container |
| Methods inherited from class org.apache.directory.shared.asn1.ber.grammar.GrammarAction |
toString |
StorePvno
public StorePvno()
- Instantiates a new StorePvno action.
setPvno
public void setPvno(int pvno,
KdcReqContainer kdcReqContainer)
- sets the pvno on the ASN.1 object present in the container
- Specified by:
setPvno in class AbstractReadPvno<KdcReqContainer>
- Parameters:
pvno - the protocol version number receivedkdcReqContainer - the ASN.1 object's container
Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.