Export public keys from private key set? #420
              
                Unanswered
              
          
                  
                    
                      bzuillsmith
                    
                  
                
                  asked this question in
                Q&A
              
            Replies: 2 comments 6 replies
-
| You figure this out? | 
Beta Was this translation helpful? Give feedback.
                  
                    4 replies
                  
                
            -
| When using JWK format with keys intended for use with asymmetric algorithms, the essential part is to understand that derivation of public key from private can simply be done by omitting properties that are related to private key only. | 
Beta Was this translation helpful? Give feedback.
                  
                    2 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Hey there. I'm updating an old app using v1. It looks like v1 let you create a JWKS from private keys and then you could call
.toJWKS(false)to get a set with just the public keys. Is this possible in v4?Beta Was this translation helpful? Give feedback.
All reactions