Static Public Member Functions | |
| static byte[] | f1 (byte[] secretKey, byte[] rand, byte[] op_c, byte[] sqn, byte[] amf) throws InvalidKeyException |
| static byte[] | f1star (byte[] secretKey, byte[] rand, byte[] op_c, byte[] sqn, byte[] amfStar) throws InvalidKeyException |
| static byte[] | f2 (byte[] secretKey, byte[] rand, byte[] op_c) throws InvalidKeyException |
| static byte[] | f3 (byte[] secretKey, byte[] rand, byte[] op_c) throws InvalidKeyException |
| static byte[] | f4 (byte[] secretKey, byte[] rand, byte[] op_c) throws InvalidKeyException |
| static byte[] | f5 (byte[] secretKey, byte[] rand, byte[] op_c) throws InvalidKeyException |
| static byte[] | f5star (byte[] secretKey, byte[] rand, byte[] op_c) throws InvalidKeyException |
| static byte[] | generateOpC (byte[] secretKey, byte[] op) throws InvalidKeyException |
Static Private Attributes | |
| static Rijndael32Bit | kernel = new Rijndael32Bit() |
| static byte [] de.fhg.fokus.hss.auth.Milenage.f1 | ( | byte[] | secretKey, | |
| byte[] | rand, | |||
| byte[] | op_c, | |||
| byte[] | sqn, | |||
| byte[] | amf | |||
| ) | throws InvalidKeyException [static] |
| static byte [] de.fhg.fokus.hss.auth.Milenage.f1star | ( | byte[] | secretKey, | |
| byte[] | rand, | |||
| byte[] | op_c, | |||
| byte[] | sqn, | |||
| byte[] | amfStar | |||
| ) | throws InvalidKeyException [static] |
| static byte [] de.fhg.fokus.hss.auth.Milenage.f2 | ( | byte[] | secretKey, | |
| byte[] | rand, | |||
| byte[] | op_c | |||
| ) | throws InvalidKeyException [static] |
| static byte [] de.fhg.fokus.hss.auth.Milenage.f3 | ( | byte[] | secretKey, | |
| byte[] | rand, | |||
| byte[] | op_c | |||
| ) | throws InvalidKeyException [static] |
| static byte [] de.fhg.fokus.hss.auth.Milenage.f4 | ( | byte[] | secretKey, | |
| byte[] | rand, | |||
| byte[] | op_c | |||
| ) | throws InvalidKeyException [static] |
| static byte [] de.fhg.fokus.hss.auth.Milenage.f5 | ( | byte[] | secretKey, | |
| byte[] | rand, | |||
| byte[] | op_c | |||
| ) | throws InvalidKeyException [static] |
| static byte [] de.fhg.fokus.hss.auth.Milenage.f5star | ( | byte[] | secretKey, | |
| byte[] | rand, | |||
| byte[] | op_c | |||
| ) | throws InvalidKeyException [static] |
| static byte [] de.fhg.fokus.hss.auth.Milenage.generateOpC | ( | byte[] | secretKey, | |
| byte[] | op | |||
| ) | throws InvalidKeyException [static] |
Rijndael32Bit de.fhg.fokus.hss.auth.Milenage.kernel = new Rijndael32Bit() [static, private] |
1.5.2