Home
last modified time | relevance | path

Searched defs:splitSignedCompact (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tink/go/jwt/
H A Djwt_encoding.go76 func splitSignedCompact(compact string) ([]byte, string, error) { func
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/jwt/
H A DJwtFormat.java224 static Parts splitSignedCompact(String signedCompact) throws JwtInvalidException { in splitSignedCompact() method in JwtFormat