| Package | Description |
|---|---|
| gnu.java.zrtp |
| Modifier and Type | Method and Description |
|---|---|
static ZrtpCodes.InfoEnrollment |
ZrtpCodes.InfoEnrollment.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ZrtpCodes.InfoEnrollment[] |
ZrtpCodes.InfoEnrollment.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ZrtpCallback.zrtpAskEnrollment(ZrtpCodes.InfoEnrollment info)
Inform about a PBX enrollment request.
|
void |
ZrtpUserCallback.zrtpAskEnrollment(ZrtpCodes.InfoEnrollment info)
ZRTP core calls this method to inform about a PBX enrollment request.
|
void |
ZrtpCallback.zrtpInformEnrollment(ZrtpCodes.InfoEnrollment info)
Inform about PBX enrollment result.
|
void |
ZrtpUserCallback.zrtpInformEnrollment(ZrtpCodes.InfoEnrollment info)
ZRTP core calls this method to inform about PBX enrollment result.
|
Copyright © 2020. All rights reserved.