Home
last modified time | relevance | path

Searched defs:AtMac (Results 1 – 1 of 1) sorted by relevance

/packages/modules/IPsec/src/java/com/android/internal/net/eap/message/simaka/
DEapSimAkaAttribute.java638 public static class AtMac extends EapSimAkaReservedBytesAttribute { class in EapSimAkaAttribute
645 public AtMac(int lengthInBytes, ByteBuffer byteBuffer) in AtMac() method in EapSimAkaAttribute.AtMac
659 public AtMac() throws EapSimAkaInvalidAttributeException { in AtMac() method in EapSimAkaAttribute.AtMac
663 public AtMac(byte[] mac) throws EapSimAkaInvalidAttributeException { in AtMac() method in EapSimAkaAttribute.AtMac
668 public AtMac(byte[] reservedBytes, byte[] mac) throws EapSimAkaInvalidAttributeException { in AtMac() method in EapSimAkaAttribute.AtMac