}
protected int getDigestLength(UsmMIB.UsmTableRow row, MOTableRow changeSet) {
switch (type) {
case AUTH_KEY_CHANGE: {
AuthenticationProtocol a = row.getAuthProtocol(changeSet);
if (a != null) {
return a.getDigestLength() * 2;
}
break;
}
case PRIV_KEY_CHANGE: {
PrivacyProtocol p = row.getPrivProtocol(changeSet);