Searched refs:certEncodingType (Results 1 – 4 of 4) sorted by relevance
74 @CertificateEncoding public final int certEncodingType; field in IkeCertPayload82 certEncodingType = encodingType; in IkeCertPayload()89 int certEncodingType = Byte.toUnsignedInt(inputBuffer.get()); in getIkeCertPayload() local92 switch (certEncodingType) { in getIkeCertPayload()
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()
81 byteBuffer.put((byte) certEncodingType); in encodeToByteBuffer()
49 assertEquals(CERT_ENCODING_TYPE, certPayload.certEncodingType); in testDecode()