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.java651 public static class AtMac extends EapSimAkaReservedBytesAttribute { class in EapSimAkaAttribute
658 public AtMac(int lengthInBytes, ByteBuffer byteBuffer) in AtMac() method in EapSimAkaAttribute.AtMac
672 public AtMac() throws EapSimAkaInvalidAttributeException { in AtMac() method in EapSimAkaAttribute.AtMac
676 public AtMac(byte[] mac) throws EapSimAkaInvalidAttributeException { in AtMac() method in EapSimAkaAttribute.AtMac
681 public AtMac(byte[] reservedBytes, byte[] mac) throws EapSimAkaInvalidAttributeException { in AtMac() method in EapSimAkaAttribute.AtMac