public function testGetType()
 {
     $object = new RelativeDistinguishedName(OID::COMMON_NAME, new UTF8String('Friedrich Große'));
     $this->assertEquals(Identifier::SET, $object->getType());
 }