@Exported public final class AuthorizationDataEntry extends Object
Constructor and Description |
---|
AuthorizationDataEntry(int type,
byte[] data)
Create an AuthorizationDataEntry object.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
getData()
Get a copy of the ad-data field.
|
int |
getType()
Get the ad-type field.
|
String |
toString()
Answers a string containing a concise, human-readable
description of the receiver.
|
public AuthorizationDataEntry(int type, byte[] data)
type
- the ad-typedata
- the ad-data, a copy of the data will be saved
inside the object.public int getType()
public byte[] getData()
public String toString()
java.lang.Object
Copyright © 2000, 2023, Oracle and/or its affiliates. All rights reserved.