public class AKAAtPadding extends Sequence
AKAAtPadding
type.Constructor and Description |
---|
AKAAtPadding()
The default constructor.
|
AKAAtPadding(OctetString padding)
Constructs an instance of the
AKAAtPadding with the specified
components. |
Modifier and Type | Method and Description |
---|---|
OctetString |
getPadding()
Returns the value of the
padding field. |
void |
setPadding(OctetString padding)
Sets the value of the
padding field. |
public AKAAtPadding()
public AKAAtPadding(OctetString padding)
AKAAtPadding
with the specified
components.padding
- the value of the padding
field (mandatory).java.lang.IllegalArgumentException
- when any mandatory component has a null value.public OctetString getPadding()
padding
field.padding
field.public void setPadding(OctetString padding)
padding
field.padding
- the value of the padding
field.java.lang.IllegalArgumentException
- when the padding
parameter is null.Copyright © 2023 OSS Nokalva, Inc. All rights reserved.
This document is proprietary to OSS Nokalva, Inc., and may be used only by their direct licensees. Distribution is not permitted. This copyright statement must not be removed.