org.apache.directory.shared.kerberos.codec.apRep.actions
Class StorePvno
java.lang.Object
org.apache.directory.shared.asn1.ber.grammar.GrammarAction<E>
org.apache.directory.shared.kerberos.codec.actions.AbstractReadPvno<ApRepContainer>
org.apache.directory.shared.kerberos.codec.apRep.actions.StorePvno
- All Implemented Interfaces:
- org.apache.directory.shared.asn1.ber.grammar.Action<ApRepContainer>
public class StorePvno
- extends AbstractReadPvno<ApRepContainer>
The action used to set the AP-REP VNO
- 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 |
protected void |
setPvno(int pvno,
ApRepContainer apRepContainer)
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
protected void setPvno(int pvno,
ApRepContainer apRepContainer)
- sets the pvno on the ASN.1 object present in the container
- Specified by:
setPvno in class AbstractReadPvno<ApRepContainer>
- Parameters:
pvno - the protocol version number receivedapRepContainer - the ASN.1 object's container
Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.