| /trunk/main/framework/source/accelerators/ |
| H A D | keymapping.cxx | 51 {css::awt::Key::NUM0 , "KEY_0" }, 52 {css::awt::Key::NUM1 , "KEY_1" }, 53 {css::awt::Key::NUM2 , "KEY_2" }, 54 {css::awt::Key::NUM3 , "KEY_3" }, 55 {css::awt::Key::NUM4 , "KEY_4" }, 56 {css::awt::Key::NUM5 , "KEY_5" }, 57 {css::awt::Key::NUM6 , "KEY_6" }, 58 {css::awt::Key::NUM7 , "KEY_7" }, 59 {css::awt::Key::NUM8 , "KEY_8" }, 60 {css::awt::Key::NUM9 , "KEY_9" }, [all …]
|
| /trunk/main/vcl/inc/vcl/ |
| H A D | keycodes.hxx | 46 #define KEY_0 ((sal_uInt16)::com::sun::star::awt::Key::NUM0) 47 #define KEY_1 ((sal_uInt16)::com::sun::star::awt::Key::NUM1) 48 #define KEY_2 ((sal_uInt16)::com::sun::star::awt::Key::NUM2) 49 #define KEY_3 ((sal_uInt16)::com::sun::star::awt::Key::NUM3) 50 #define KEY_4 ((sal_uInt16)::com::sun::star::awt::Key::NUM4) 51 #define KEY_5 ((sal_uInt16)::com::sun::star::awt::Key::NUM5) 52 #define KEY_6 ((sal_uInt16)::com::sun::star::awt::Key::NUM6) 53 #define KEY_7 ((sal_uInt16)::com::sun::star::awt::Key::NUM7) 54 #define KEY_8 ((sal_uInt16)::com::sun::star::awt::Key::NUM8) 55 #define KEY_9 ((sal_uInt16)::com::sun::star::awt::Key::NUM9) [all …]
|
| /trunk/main/framework/qa/complex/accelerators/ |
| H A D | KeyMapping.java | 72 new KeyIdentifierInfo("0", new Short(com.sun.star.awt.Key.NUM0)), in KeyMapping() 73 new KeyIdentifierInfo("1", new Short(com.sun.star.awt.Key.NUM1)), in KeyMapping() 74 new KeyIdentifierInfo("2", new Short(com.sun.star.awt.Key.NUM2)), in KeyMapping() 75 new KeyIdentifierInfo("3", new Short(com.sun.star.awt.Key.NUM3)), in KeyMapping() 76 new KeyIdentifierInfo("4", new Short(com.sun.star.awt.Key.NUM4)), in KeyMapping() 77 new KeyIdentifierInfo("5", new Short(com.sun.star.awt.Key.NUM5)), in KeyMapping() 78 new KeyIdentifierInfo("6", new Short(com.sun.star.awt.Key.NUM6)), in KeyMapping() 79 new KeyIdentifierInfo("7", new Short(com.sun.star.awt.Key.NUM7)), in KeyMapping() 80 new KeyIdentifierInfo("8", new Short(com.sun.star.awt.Key.NUM8)), in KeyMapping() 81 new KeyIdentifierInfo("9", new Short(com.sun.star.awt.Key.NUM9)), in KeyMapping() [all …]
|
| /trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/ |
| H A D | AccessibleKeyBinding.java | 65 case com.sun.star.awt.Key.NUM0: in convertKeyCode() 68 case com.sun.star.awt.Key.NUM1: in convertKeyCode() 71 case com.sun.star.awt.Key.NUM2: in convertKeyCode() 74 case com.sun.star.awt.Key.NUM3: in convertKeyCode() 77 case com.sun.star.awt.Key.NUM4: in convertKeyCode() 80 case com.sun.star.awt.Key.NUM5: in convertKeyCode() 83 case com.sun.star.awt.Key.NUM6: in convertKeyCode() 86 case com.sun.star.awt.Key.NUM7: in convertKeyCode() 89 case com.sun.star.awt.Key.NUM8: in convertKeyCode() 92 case com.sun.star.awt.Key.NUM9: in convertKeyCode() [all …]
|
| /trunk/main/rsc/source/parser/ |
| H A D | rscibas.cxx | 339 SETCONST( pKey, "KEY_0", com::sun::star::awt::Key::NUM0 ); in InitKey() 340 SETCONST( pKey, "KEY_1", com::sun::star::awt::Key::NUM1 ); in InitKey() 341 SETCONST( pKey, "KEY_2", com::sun::star::awt::Key::NUM2 ); in InitKey() 342 SETCONST( pKey, "KEY_3", com::sun::star::awt::Key::NUM3 ); in InitKey() 343 SETCONST( pKey, "KEY_4", com::sun::star::awt::Key::NUM4 ); in InitKey() 344 SETCONST( pKey, "KEY_5", com::sun::star::awt::Key::NUM5 ); in InitKey() 345 SETCONST( pKey, "KEY_6", com::sun::star::awt::Key::NUM6 ); in InitKey() 346 SETCONST( pKey, "KEY_7", com::sun::star::awt::Key::NUM7 ); in InitKey() 347 SETCONST( pKey, "KEY_8", com::sun::star::awt::Key::NUM8 ); in InitKey() 348 SETCONST( pKey, "KEY_9", com::sun::star::awt::Key::NUM9 ); in InitKey() [all …]
|
| /trunk/main/avmedia/source/java/ |
| H A D | WindowAdapter.java | 67 case( java.awt.event.KeyEvent.VK_0 ): nRet = com.sun.star.awt.Key.NUM0; break; in implGetUNOKeyCode() 69 case( java.awt.event.KeyEvent.VK_1 ): nRet = com.sun.star.awt.Key.NUM1; break; in implGetUNOKeyCode() 71 case( java.awt.event.KeyEvent.VK_2 ): nRet = com.sun.star.awt.Key.NUM2; break; in implGetUNOKeyCode() 73 case( java.awt.event.KeyEvent.VK_3 ): nRet = com.sun.star.awt.Key.NUM3; break; in implGetUNOKeyCode() 75 case( java.awt.event.KeyEvent.VK_4 ): nRet = com.sun.star.awt.Key.NUM4; break; in implGetUNOKeyCode() 77 case( java.awt.event.KeyEvent.VK_5 ): nRet = com.sun.star.awt.Key.NUM5; break; in implGetUNOKeyCode() 79 case( java.awt.event.KeyEvent.VK_6 ): nRet = com.sun.star.awt.Key.NUM6; break; in implGetUNOKeyCode() 81 case( java.awt.event.KeyEvent.VK_7 ): nRet = com.sun.star.awt.Key.NUM7; break; in implGetUNOKeyCode() 83 case( java.awt.event.KeyEvent.VK_8 ): nRet = com.sun.star.awt.Key.NUM8; break; in implGetUNOKeyCode() 85 case( java.awt.event.KeyEvent.VK_9 ): nRet = com.sun.star.awt.Key.NUM9; break; in implGetUNOKeyCode() [all …]
|
| /trunk/main/scp2/source/ooo/ |
| H A D | profileitem_ooo.scp | 31 Key = "UNO_JAVA_COMPPATH"; 40 Key = "UNO_SERVICES"; 49 Key = "UNO_TYPES"; 60 Key = "ALLUSERS"; 76 Key = "FINDPRODUCT"; 92 Key = "ProductCode"; 105 Key = "UpgradeCode"; 116 Key = "Logo"; 125 Key = "ProgressBarColor"; 134 Key = "ProgressSize"; [all …]
|
| H A D | common_brand.scp | 667 Key = "BaseInstallation"; 676 Key = "ProductKey"; 685 Key = "ErrorReportPort"; 694 Key = "InstallMode"; 703 Key = "UserInstallation"; 717 Key = "URE_BOOTSTRAP"; 726 Key = "Logo"; 735 Key = "ProgressBarColor"; 744 Key = "ProgressSize"; 753 Key = "ProgressPosition"; [all …]
|
| /trunk/main/soltools/ldump/ |
| H A D | hashtbl.cxx | 66 void SetObject(const char * Key, void *pObject) in SetObject() argument 67 …{ m_Tag = TAG_USED; delete [] m_Key; m_Key = new char[ strlen( Key ) + 1 ]; strcpy( m_Key, Key ); … in SetObject() 128 unsigned long HashTable::Hash(const char *Key) const in Hash() 136 for (i=0,n=strlen( Key ); i<n; i++) in Hash() 138 h = (h<<4) + (unsigned long)(unsigned short)Key[i]; in Hash() 151 unsigned long HashTable::DHash(const char* Key, unsigned long lOldHash) const in DHash() argument 156 for (i=0,n=strlen( Key ); i<n; i++) in DHash() 159 lHash += (unsigned long)(unsigned short)Key[i]; in DHash() 177 bool HashTable::Insert(const char * Key, void* pObject) in Insert() argument 189 if (FindPos(Key) != NULL ) in Insert() [all …]
|
| /trunk/main/tools/workben/ |
| H A D | hashtbl.cxx | 67 void SetObject(String const Key, void *pObject) in SetObject() argument 68 { m_Tag = TAG_USED; m_Key = Key; m_pObject = pObject; } in SetObject() 139 ULONG HashTable::Hash(String const& Key) const in Hash() 160 for (i=0,n=Key.Len(); i<n; i++) in Hash() 162 h = (h<<4) + (ULONG)(USHORT)Key.GetStr()[i]; in Hash() 175 ULONG HashTable::DHash(String const& Key, ULONG lOldHash) const in DHash() argument 180 for (i=0,n=Key.Len(); i<n; i++) in DHash() 183 lHash += (ULONG)(USHORT)Key.GetStr()[i]; in DHash() 211 BOOL HashTable::Insert(String const& Key, void* pObject) in Insert() argument 224 if (FindPos(Key) != NULL ) in Insert() [all …]
|
| H A D | hashtbl.hxx | 46 ULONG Hash(String const& Key) const; 47 ULONG DHash(String const& Key, ULONG lHash) const; 50 HashItem* FindPos(String const& Key) const; 92 void* Find (String const& Key) const; 93 BOOL Insert (String const& Key, void* pObject); 94 void* Delete (String const& Key); 132 ObjType Find (KeyType const& Key) const \ 133 { return (ObjType) HashTable::Find(String(Key)); } \ 135 BOOL Insert (KeyType const& Key, ObjType Object) \ 136 { return HashTable::Insert(String(Key), (void*) Object); } \ [all …]
|
| /trunk/main/svtools/source/misc/ |
| H A D | acceleratorexecute.cxx | 361 case com::sun::star::awt::Key::DELETE_TO_BEGIN_OF_LINE: in impl_ts_findCommand() 364 case com::sun::star::awt::Key::DELETE_TO_END_OF_LINE: in impl_ts_findCommand() 367 case com::sun::star::awt::Key::DELETE_TO_BEGIN_OF_PARAGRAPH: in impl_ts_findCommand() 370 case com::sun::star::awt::Key::DELETE_TO_END_OF_PARAGRAPH: in impl_ts_findCommand() 373 case com::sun::star::awt::Key::DELETE_WORD_BACKWARD: in impl_ts_findCommand() 376 case com::sun::star::awt::Key::DELETE_WORD_FORWARD: in impl_ts_findCommand() 379 case com::sun::star::awt::Key::INSERT_LINEBREAK: in impl_ts_findCommand() 382 case com::sun::star::awt::Key::INSERT_PARAGRAPH: in impl_ts_findCommand() 385 case com::sun::star::awt::Key::MOVE_WORD_BACKWARD: in impl_ts_findCommand() 388 case com::sun::star::awt::Key::MOVE_WORD_FORWARD: in impl_ts_findCommand() [all …]
|
| /trunk/main/setup_native/source/win32/customactions/shellextensions/ |
| H A D | shellextensions.cxx | 89 TCHAR* Key; member 155 …RegSetValueEx(hKey, ColumnHandler.Key, 0, REG_SZ, reinterpret_cast<const BYTE*>(ColumnHandler.Valu… in InstallExecSequenceEntry() 156 …RegSetValueEx(hKey, InfotipHandler.Key, 0, REG_SZ, reinterpret_cast<const BYTE*>(InfotipHandler.Va… in InstallExecSequenceEntry() 157 …RegSetValueEx(hKey, PropHandler.Key, 0, REG_SZ, reinterpret_cast<const BYTE*>(PropHandler.Value), … in InstallExecSequenceEntry() 158 …RegSetValueEx(hKey, ThumbViewer.Key, 0, REG_SZ, reinterpret_cast<const BYTE*>(ThumbViewer.Value), … in InstallExecSequenceEntry() 167 …RegSetValueEx(hKey, ColumnHandler.Key, 0, REG_SZ, reinterpret_cast<const BYTE*>(ColumnHandler.Valu… in InstallExecSequenceEntry() 168 …RegSetValueEx(hKey, InfotipHandler.Key, 0, REG_SZ, reinterpret_cast<const BYTE*>(InfotipHandler.Va… in InstallExecSequenceEntry() 169 …RegSetValueEx(hKey, PropHandler.Key, 0, REG_SZ, reinterpret_cast<const BYTE*>(PropHandler.Value), … in InstallExecSequenceEntry() 170 …RegSetValueEx(hKey, ThumbViewer.Key, 0, REG_SZ, reinterpret_cast<const BYTE*>(ThumbViewer.Value), … in InstallExecSequenceEntry() 180 …RegSetValueEx(hKey, ColumnHandler.Key, 0, REG_SZ, reinterpret_cast<const BYTE*>(ColumnHandler.Valu… in InstallExecSequenceEntry() [all …]
|
| /trunk/main/stoc/source/simpleregistry/ |
| H A D | textualservices.cxx | 408 class Key: public cppu::WeakImplHelper1< css::registry::XRegistryKey > { class 410 Key( in Key() function in stoc::simpleregistry::__anonaa89303c0211::Key 526 rtl::OUString Key::getKeyName() { in getKeyName() 530 sal_Bool Key::isReadOnly() in isReadOnly() 535 sal_Bool Key::isValid() { in isValid() 539 css::registry::RegistryKeyType Key::getKeyType(rtl::OUString const & rKeyName) in getKeyType() 550 css::registry::RegistryValueType Key::getValueType() in getValueType() 558 sal_Int32 Key::getLongValue() in getLongValue() 568 void Key::setLongValue(sal_Int32) in setLongValue() 578 css::uno::Sequence< sal_Int32 > Key::getLongListValue() in getLongListValue() [all …]
|
| H A D | simpleregistry.cxx | 114 class Key: public cppu::WeakImplHelper1< css::registry::XRegistryKey > { class 116 Key( in Key() function in __anon453a5bf40111::Key 196 rtl::OUString Key::getKeyName() { in getKeyName() 201 sal_Bool Key::isReadOnly() in isReadOnly() 207 sal_Bool Key::isValid() { in isValid() 212 css::registry::RegistryKeyType Key::getKeyType(rtl::OUString const & rKeyName) in getKeyType() 237 css::registry::RegistryValueType Key::getValueType() in getValueType() 281 sal_Int32 Key::getLongValue() in getLongValue() 308 void Key::setLongValue(sal_Int32 value) in setLongValue() 324 css::uno::Sequence< sal_Int32 > Key::getLongListValue() in getLongListValue() [all …]
|
| /trunk/main/sdext/source/presenter/ |
| H A D | PresenterController.cxx | 956 case awt::Key::ESCAPE: in keyReleased() 957 case awt::Key::SUBTRACT: in keyReleased() 972 case awt::Key::PAGEDOWN: in keyReleased() 982 case awt::Key::RIGHT: in keyReleased() 983 case awt::Key::SPACE: in keyReleased() 984 case awt::Key::DOWN: in keyReleased() 985 case awt::Key::N: in keyReleased() 992 case awt::Key::LEFT: in keyReleased() 993 case awt::Key::PAGEUP: in keyReleased() 1003 case awt::Key::UP: in keyReleased() [all …]
|
| /trunk/main/chart2/source/inc/ |
| H A D | CloneHelper.hxx | 58 template< typename Key, class Interface > 60 ::std::pair< Key, Interface >, 61 ::std::pair< Key, Interface > > 63 ::std::pair< Key, Interface > operator() ( in operator ()() 64 const ::std::pair< Key, Interface > & rOther ) in operator ()() 72 return ::std::make_pair< Key, Interface >( rOther.first, xResult ); in operator ()() 87 template< typename Key, class Interface > 89 const ::std::vector< ::std::pair< Key, Interface > > & rSource, in CloneRefPairVector() 90 ::std::vector< ::std::pair< Key, Interface > > & rDestination ) in CloneRefPairVector() 94 CreateRefWithKeyClone< Key, Interface >()); in CloneRefPairVector() [all …]
|
| /trunk/main/xml2cmp/source/xcd/ |
| H A D | main.cxx | 208 if ( 0 == strcmp(pHeapTop->Key(), pLastHeapTop->Key()) ) in Create_TypeInfo() 217 const char * sEnd = strchr( pHeapTop->Key(), ' ' ); in Create_TypeInfo() 220 const char * sQuali = strrchr( pHeapTop->Key(), ' ' )+1; in Create_TypeInfo() 223 aOut.write( pHeapTop->Key(), sEnd - pHeapTop->Key() ); in Create_TypeInfo() 226 WriteStr( aOut, pHeapTop->Key() ); in Create_TypeInfo() 295 if ( 0 == strcmp(pHeapTop->Key(), pLastHeapTop->Key()) ) in StreamOut_TypeInfo() 304 const char * sEnd = strchr( pHeapTop->Key(), ' ' ); in StreamOut_TypeInfo() 307 const char * sQuali = strrchr( pHeapTop->Key(), ' ' ) + 1; in StreamOut_TypeInfo() 310 o_rOut.write( pHeapTop->Key(), sEnd - pHeapTop->Key() ); in StreamOut_TypeInfo() 313 WriteStr( o_rOut, pHeapTop->Key() ); in StreamOut_TypeInfo()
|
| /trunk/main/vcl/unx/gtk/a11y/ |
| H A D | atkaction.cxx | 186 if( ( rKeyStrokes[i].KeyCode >= awt::Key::A ) && ( rKeyStrokes[i].KeyCode <= awt::Key::Z ) ) in appendKeyStrokes() 187 rBuffer.append( (sal_Char) ( 'a' + ( rKeyStrokes[i].KeyCode - awt::Key::A ) ) ); in appendKeyStrokes() 194 case awt::Key::TAB: c = '\t'; break; in appendKeyStrokes() 195 case awt::Key::SPACE: c = ' '; break; in appendKeyStrokes() 196 case awt::Key::ADD: c = '+'; break; in appendKeyStrokes() 197 case awt::Key::SUBTRACT: c = '-'; break; in appendKeyStrokes() 198 case awt::Key::MULTIPLY: c = '*'; break; in appendKeyStrokes() 199 case awt::Key::DIVIDE: c = '/'; break; in appendKeyStrokes() 200 case awt::Key::POINT: c = '.'; break; in appendKeyStrokes() 201 case awt::Key::COMMA: c = ','; break; in appendKeyStrokes() [all …]
|
| /trunk/main/svx/source/table/ |
| H A D | tablecontroller.cxx | 224 case awt::Key::DOWN: in onKeyInput() 225 case awt::Key::UP: in onKeyInput() 226 case awt::Key::LEFT: in onKeyInput() 227 case awt::Key::RIGHT: in onKeyInput() 228 case awt::Key::TAB: in onKeyInput() 229 case awt::Key::HOME: in onKeyInput() 230 case awt::Key::END: in onKeyInput() 231 case awt::Key::NUM2: in onKeyInput() 232 case awt::Key::NUM4: in onKeyInput() 233 case awt::Key::NUM6: in onKeyInput() [all …]
|
| /trunk/main/vcl/aqua/source/window/ |
| H A D | salframeview.mm | 1106 …[self sendKeyInputAndReleaseToFrame: com::sun::star::awt::Key::SELECT_BACKWARD character: 0 modif… 1124 …[self sendKeyInputAndReleaseToFrame: com::sun::star::awt::Key::SELECT_FORWARD character: 0 modifi… 1130 …[self sendKeyInputAndReleaseToFrame: com::sun::star::awt::Key::MOVE_WORD_BACKWARD character: 0 mo… 1136 …[self sendKeyInputAndReleaseToFrame: com::sun::star::awt::Key::MOVE_WORD_BACKWARD character: 0 mo… 1142 …[self sendKeyInputAndReleaseToFrame: com::sun::star::awt::Key::SELECT_WORD_BACKWARD character: 0 … 1148 …[self sendKeyInputAndReleaseToFrame: com::sun::star::awt::Key::SELECT_WORD_BACKWARD character: 0 … 1154 …[self sendKeyInputAndReleaseToFrame: com::sun::star::awt::Key::MOVE_WORD_FORWARD character: 0 mod… 1160 …[self sendKeyInputAndReleaseToFrame: com::sun::star::awt::Key::MOVE_WORD_FORWARD character: 0 mod… 1166 …[self sendKeyInputAndReleaseToFrame: com::sun::star::awt::Key::SELECT_WORD_FORWARD character: 0 m… 1172 …[self sendKeyInputAndReleaseToFrame: com::sun::star::awt::Key::SELECT_WORD_FORWARD character: 0 m… [all …]
|
| /trunk/main/vcl/source/control/ |
| H A D | edit.cxx | 1611 case com::sun::star::awt::Key::SELECT_ALL: in ImplHandleKeyEvent() 1622 case com::sun::star::awt::Key::MOVE_WORD_FORWARD: in ImplHandleKeyEvent() 1623 case com::sun::star::awt::Key::SELECT_WORD_FORWARD: in ImplHandleKeyEvent() 1624 case com::sun::star::awt::Key::MOVE_WORD_BACKWARD: in ImplHandleKeyEvent() 1625 case com::sun::star::awt::Key::SELECT_WORD_BACKWARD: in ImplHandleKeyEvent() 1626 case com::sun::star::awt::Key::MOVE_TO_BEGIN_OF_LINE: in ImplHandleKeyEvent() 1627 case com::sun::star::awt::Key::MOVE_TO_END_OF_LINE: in ImplHandleKeyEvent() 1628 case com::sun::star::awt::Key::SELECT_TO_BEGIN_OF_LINE: in ImplHandleKeyEvent() 1629 case com::sun::star::awt::Key::SELECT_TO_END_OF_LINE: in ImplHandleKeyEvent() 1630 case com::sun::star::awt::Key::MOVE_TO_BEGIN_OF_PARAGRAPH: in ImplHandleKeyEvent() [all …]
|
| /trunk/main/svtools/source/edit/ |
| H A D | textview.cxx | 626 case com::sun::star::awt::Key::MOVE_WORD_FORWARD: in KeyInput() 627 case com::sun::star::awt::Key::SELECT_WORD_FORWARD: in KeyInput() 628 case com::sun::star::awt::Key::MOVE_WORD_BACKWARD: in KeyInput() 629 case com::sun::star::awt::Key::SELECT_WORD_BACKWARD: in KeyInput() 630 case com::sun::star::awt::Key::MOVE_TO_BEGIN_OF_LINE: in KeyInput() 631 case com::sun::star::awt::Key::MOVE_TO_END_OF_LINE: in KeyInput() 632 case com::sun::star::awt::Key::SELECT_TO_BEGIN_OF_LINE: in KeyInput() 633 case com::sun::star::awt::Key::SELECT_TO_END_OF_LINE: in KeyInput() 634 case com::sun::star::awt::Key::MOVE_TO_BEGIN_OF_PARAGRAPH: in KeyInput() 635 case com::sun::star::awt::Key::MOVE_TO_END_OF_PARAGRAPH: in KeyInput() [all …]
|
| /trunk/main/sal/osl/w32/ |
| H A D | thread.c | 512 void SAL_CALL osl_destroyThreadKey(oslThreadKey Key) in osl_destroyThreadKey() argument 514 if (Key != 0) in osl_destroyThreadKey() 516 PTLS pTls = (PTLS)Key; in osl_destroyThreadKey() 527 void* SAL_CALL osl_getThreadKeyData(oslThreadKey Key) in osl_getThreadKeyData() argument 529 if (Key != 0) in osl_getThreadKeyData() 531 PTLS pTls = (PTLS)Key; in osl_getThreadKeyData() 542 sal_Bool SAL_CALL osl_setThreadKeyData(oslThreadKey Key, void *pData) in osl_setThreadKeyData() argument 544 if (Key != 0) in osl_setThreadKeyData() 546 PTLS pTls = (PTLS)Key; in osl_setThreadKeyData()
|
| /trunk/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_2/demoCA/newcerts/ |
| H A D | 1000.pem | 11 Subject Public Key Info: 12 Public Key Algorithm: rsaEncryption 13 RSA Public Key: (1024 bit) 26 X509v3 Key Usage: 27 Digital Signature, Non Repudiation, Key Encipherment 30 X509v3 Subject Key Identifier: 32 X509v3 Authority Key Identifier:
|