Uses of Class
gnu.java.zrtp.ZrtpCodes.InfoEnrollment
-
Packages that use ZrtpCodes.InfoEnrollment Package Description gnu.java.zrtp -
-
Uses of ZrtpCodes.InfoEnrollment in gnu.java.zrtp
Methods in gnu.java.zrtp that return ZrtpCodes.InfoEnrollment Modifier and Type Method Description static ZrtpCodes.InfoEnrollmentZrtpCodes.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.Methods in gnu.java.zrtp with parameters of type ZrtpCodes.InfoEnrollment Modifier and Type Method Description voidZrtpCallback. zrtpAskEnrollment(ZrtpCodes.InfoEnrollment info)Inform about a PBX enrollment request.voidZrtpUserCallback. zrtpAskEnrollment(ZrtpCodes.InfoEnrollment info)ZRTP core calls this method to inform about a PBX enrollment request.voidZrtpCallback. zrtpInformEnrollment(ZrtpCodes.InfoEnrollment info)Inform about PBX enrollment result.voidZrtpUserCallback. zrtpInformEnrollment(ZrtpCodes.InfoEnrollment info)ZRTP core calls this method to inform about PBX enrollment result.
-