Searched refs:certEncodingType (Results 1 – 4 of 4) sorted by relevance
41 @CertificateEncoding public final int certEncodingType; field in IkeCertReqPayload60 certEncodingType = Byte.toUnsignedInt(inputBuffer.get()); in IkeCertReqPayload()75 byteBuffer.put((byte) certEncodingType).put(caSubjectPublicKeyInforHashes); in encodeToByteBuffer()
73 @CertificateEncoding public final int certEncodingType; field in IkeCertPayload81 certEncodingType = encodingType; in IkeCertPayload()88 int certEncodingType = Byte.toUnsignedInt(inputBuffer.get()); in getIkeCertPayload() local91 switch (certEncodingType) { in getIkeCertPayload()
80 byteBuffer.put((byte) certEncodingType); in encodeToByteBuffer()
49 assertEquals(CERT_ENCODING_TYPE, certPayload.certEncodingType); in testDecode()