| 
    keycloak-oidc-service
    
   | 
 

静的公開メンバ関数 | |
| static String | encode (final byte[] bytes) | 
| static byte [] | decode (final String base32) | 
静的非公開変数類 | |
| static final String | base32Chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZ234567" | 
| static final int [] | base32Lookup | 
Base32 - encodes and decodes RFC3548 Base32 (see http://www.faqs.org/rfcs/rfc3548.html )
      
  | 
  inlinestatic | 
Decodes the given Base32 String to a raw byte array.
| base32 | 
base32 String as a raw byte array. 
      
  | 
  inlinestatic | 
Encodes byte array to Base32 String.
| bytes | Bytes to encode. | 
bytes as a String. 
      
  | 
  staticprivate | 
      
  | 
  staticprivate | 
 1.8.13